patchutils.paketlendi
This commit is contained in:
parent
1662ebf90c
commit
6daccde490
1 changed files with 19 additions and 0 deletions
19
talimatname/genel/patchutils/talimat
Normal file
19
talimatname/genel/patchutils/talimat
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Description: A collection of programs that operate on patch files.
|
||||||
|
# URL: http://cyberelk.net/tim/software/patchutils/
|
||||||
|
# Packager: milisarge
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue