opt/psutils/Pkgfile

20 lines
501 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Postscript Utilities
# URL: https://github.com/rrthomas/psutils
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: paper
2006-02-23 16:26:10 +01:00
name=psutils
2020-03-23 18:21:58 +01:00
version=1.93
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() {
cd $name-$version
local sitelib=$(perl -e 'use Config; print $Config::Config{'installsitelib'}')
./configure --prefix=/usr
make
make DESTDIR=$PKG pkgdatadir=$sitelib install
2006-02-23 16:26:10 +01:00
}