summaryrefslogtreecommitdiffstats
path: root/extra/psutils/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:36:30 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:36:30 +0200
commit03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc (patch)
tree2ae42bb222fc77a70ec06b4bc575ab831b4280ec /extra/psutils/Pkgfile
parente0691b8555b535d74d63a119ee9617974267dd02 (diff)
downloadnutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.tar.gz
nutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.tar.bz2
nutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.tar.xz
nutyx-pakxe-03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc.zip
Ajout psutils#1.17-1
Diffstat (limited to 'extra/psutils/Pkgfile')
-rwxr-xr-xextra/psutils/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/psutils/Pkgfile b/extra/psutils/Pkgfile
new file mode 100755
index 000000000..c2e000d8d
--- /dev/null
+++ b/extra/psutils/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Un lot d'outils postscript
+# URL: http://www.tardis.ed.ac.uk/~ajcd/psutils/index.html
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: glibc, ghostscript
+
+name=psutils
+version=1.17
+release=1
+source=(ftp://ftp.enst.fr/pub/unix/a2ps/$name-$version.tar.gz)
+
+build() {
+cd $name
+ mkdir -p $PKG/usr/{include,share/man,share/licenses/$name}
+ make -f Makefile.unix BINDIR=$PKG/usr/bin \
+ INCLUDEDIR=$PKG/usr/include/psutils \
+ PERL=/usr/bin/perl \
+ MANDIR=$PKG/usr/share/man/man1 \
+ install
+
+ install -m644 LICENSE $PKG/usr/share/licenses/$name/
+}
+