From 6d908a38e05b9d4135c65d23114a5874215b5bb8 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 11 Dec 2010 19:15:23 +0100 Subject: Engagement initial. --- diffutils/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 diffutils/Pkgfile (limited to 'diffutils/Pkgfile') diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile new file mode 100644 index 0000000..4a6c7aa --- /dev/null +++ b/diffutils/Pkgfile @@ -0,0 +1,18 @@ +description="Package with the GNU diff, diff3, sdiff, and cmp utilities" +packager="" +maintainer="CRUX System Team, core-ports at crux dot nu" +url="http://www.gnu.org/software/diffutils/" +depends=() + +name=diffutils +version=3.0 +release=1 +source=(http://ftp.gnu.org/gnu/diffutils/diffutils-3.0.tar.xz) +build () +{ + cd $name-$version; + ./configure --prefix=/usr --mandir=/usr/man --disable-nls; + make; + make DESTDIR=$PKG install; + rm -r $PKG/usr/share +} -- cgit v1.2.3-70-g09d2