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-10-10 11:40:47 +02:00
|
|
|
version=2.07
|
2019-07-30 15:56:36 +02:00
|
|
|
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
|
|
|
}
|