psutils: initial import from contrib
This commit is contained in:
parent
c44e4f7ce8
commit
4549eb6173
49
psutils/.footprint
Normal file
49
psutils/.footprint
Normal file
@ -0,0 +1,49 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/epsffit
|
||||
-rwxr-xr-x root/root usr/bin/extractres
|
||||
-rwxr-xr-x root/root usr/bin/fixdlsrps
|
||||
-rwxr-xr-x root/root usr/bin/fixfmps
|
||||
-rwxr-xr-x root/root usr/bin/fixmacps
|
||||
-rwxr-xr-x root/root usr/bin/fixpsditps
|
||||
-rwxr-xr-x root/root usr/bin/fixpspps
|
||||
-rwxr-xr-x root/root usr/bin/fixscribeps
|
||||
-rwxr-xr-x root/root usr/bin/fixtpps
|
||||
-rwxr-xr-x root/root usr/bin/fixwfwps
|
||||
-rwxr-xr-x root/root usr/bin/fixwpps
|
||||
-rwxr-xr-x root/root usr/bin/fixwwps
|
||||
-rwxr-xr-x root/root usr/bin/getafm
|
||||
-rwxr-xr-x root/root usr/bin/includeres
|
||||
-rwxr-xr-x root/root usr/bin/psbook
|
||||
-rwxr-xr-x root/root usr/bin/psmerge
|
||||
-rwxr-xr-x root/root usr/bin/psnup
|
||||
-rwxr-xr-x root/root usr/bin/psresize
|
||||
-rwxr-xr-x root/root usr/bin/psselect
|
||||
-rwxr-xr-x root/root usr/bin/pstops
|
||||
-rwxr-xr-x root/root usr/bin/showchar
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/epsffit.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/extractres.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixdlsrps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixfmps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixmacps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixpsditps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixpspps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixscribeps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixtpps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixwfwps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixwpps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/fixwwps.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/getafm.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/includeres.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/psbook.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/psmerge.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/psnup.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/psresize.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/psselect.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/pstops.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/psutils/
|
||||
-rw-r--r-- root/root usr/share/psutils/md68_0.ps
|
||||
-rw-r--r-- root/root usr/share/psutils/md71_0.ps
|
1
psutils/.md5sum
Normal file
1
psutils/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b161522f3bd1507655326afa7db4a0ad psutils-1.17.tar.gz
|
29
psutils/Pkgfile
Normal file
29
psutils/Pkgfile
Normal file
@ -0,0 +1,29 @@
|
||||
# Description: Postscript Utilities
|
||||
# URL: http://gershwin.ens.fr/vdaniel/Doc-Locale/Outils-Gnu-Linux/PsUtils/
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
# Packager: Martin Opel, mo at obbl-net dot de
|
||||
# Depends on: ghostscript
|
||||
|
||||
name=psutils
|
||||
version=1.17
|
||||
release=1
|
||||
source=(ftp://ftp.enst.fr/pub/unix/a2ps/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
sed -e "s|-DUNIX -O -Wall|-DUNIX -O2 -pipe -Wall|" \
|
||||
-e "s|BINDIR = /usr/local/bin|BINDIR = /usr/bin|" \
|
||||
-e "s|INCLUDEDIR = /usr/local/share/psutils|INCLUDEDIR = /usr/share/psutils|" \
|
||||
-e "s|PERL = /usr/local/bin/perl|PERL = /usr/bin/perl|" \
|
||||
-e "s|MANDIR = /usr/local/share/man|MANDIR = /usr/man|" \
|
||||
Makefile.unix > Makefile.make
|
||||
make -f Makefile.make
|
||||
sed -e "s|BINDIR = /usr/bin|BINDIR = $PKG/usr/bin|" \
|
||||
-e "s|INCLUDEDIR = /usr/share/psutils|INCLUDEDIR = $PKG/usr/share/psutils|" \
|
||||
-e "s|MANDIR = /usr/man|MANDIR = $PKG/usr/man|" \
|
||||
-e "s|||" \
|
||||
-e "s|||" \
|
||||
Makefile.make > Makefile.install
|
||||
mkdir -p $PKG/usr/{bin,share/psutils,man/man1}
|
||||
make -f Makefile.install install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user