milis/talimatname/genel/gptfdisk/talimat

18 lines
522 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Partitioning tool that works on Globally Unique Identifier Partition Table disks
# URL: http://www.rodsbooks.com/gdisk/index.html
2017-01-31 01:37:09 +01:00
# Packager: milisarge
# Depends on: popt icu
2016-02-24 01:27:23 +01:00
name=gptfdisk
version=1.0.1
release=1
2017-01-31 01:37:09 +01:00
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
2016-02-24 01:27:23 +01:00
http://www.linuxfromscratch.org/patches/blfs/svn/$name-$version-convenience-1.patch)
2017-01-31 01:37:09 +01:00
2016-02-24 01:27:23 +01:00
build () {
cd $name-$version
patch -Np1 -i ../$name-$version-convenience-1.patch
make
make DESTDIR=$PKG install
}