opt/psutils/Pkgfile

21 lines
570 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
version=1.90.18
release=1
#source=(https://github.com/rrthomas/psutils/releases/download/v$version/$name-$version.tar.gz)
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
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
}