contrib/patchutils/Pkgfile

21 lines
508 B
Plaintext
Raw Normal View History

# Description: A collection of programs that operate on patch files.
# URL: http://cyberelk.net/tim/software/patchutils/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Younes Hafri, ycrux at club-internet dot fr
name=patchutils
version=0.3.4
release=1
source=(https://github.com/twaugh/patchutils/releases/download/$version/$name-$version.tar.xz)
build() {
2009-01-23 21:50:02 +01:00
cd $name-$version
2008-07-02 17:35:52 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/share/man
2008-07-02 17:35:52 +02:00
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
}