milis/talimatname/genel/patchutils/talimat

21 lines
431 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: Düzeltme eki dosyaları üzerinde çalışan bir program koleksiyonu.
# URL: http://cyberelk.net/tim/software/patchutils/
# Packager: milisarge
# Depends on:
name=patchutils
version=0.3.2
release=1
source=(http://cyberelk.net/tim/data/patchutils/stable/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
}