milis/talimatname/genel/g/gpart/talimat

17 lines
333 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Bölüm tablası kurtarma / tahmin aracı.
2016-02-24 01:27:23 +01:00
# URL: https://github.com/baruch/gpart
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=gpart
version=0.2.2
release=1
source=(https://github.com/baruch/${name}/archive/v${version}.tar.gz)
build() {
cd $name-$version
./autogen.sh
make
make prefix=$PKG/usr sbindir=${PKG}/usr/bin install
}