milis/talimatname/genel/gptfdisk/talimat

18 lines
530 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Küresel Benzersiz Tanıtıcı bölüm tablosu disklerinde çalışan bölümleme aracı
# URL: http://www.rodsbooks.com/gdisk/index.html
# Packager: milisarge
# Depends on: popt icu
name=gptfdisk
version=1.0.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
http://www.linuxfromscratch.org/patches/blfs/svn/$name-$version-convenience-1.patch)
build () {
cd $name-$version
patch -Np1 -i ../$name-$version-convenience-1.patch
make
make DESTDIR=$PKG install
}