opt/psutils/Pkgfile

16 lines
391 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Postscript Utilities
2021-04-02 13:20:55 +02:00
# URL: https://github.com/rrthomas/psutils
# Maintainer: Juergen Daubert, jue at crux dot nu
2021-06-01 19:14:10 +02:00
# Depends on: p5-ipc-run3 paper ghostscript
2006-02-23 16:26:10 +01:00
name=psutils
2021-12-28 14:01:15 +01:00
version=2.08
release=1
2020-03-23 18:21:58 +01:00
source=(https://github.com/rrthomas/psutils/releases/download/v$version/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2021-04-02 13:20:55 +02:00
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}