1
0
forked from ports/opt

gtklp: initial import

This commit is contained in:
Simone Rota 2005-11-16 17:43:28 +00:00
parent 448af0daee
commit 9a5a8e554c
3 changed files with 28 additions and 0 deletions

9
gtklp/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gtklp
-rwxr-xr-x root/root usr/bin/gtklpq
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gtklp.1.gz
-rw-r--r-- root/root usr/man/man1/gtklpq.1.gz
drwxr-xr-x root/root usr/share/

1
gtklp/.md5sum Normal file
View File

@ -0,0 +1 @@
67e3ed1e840ad8cdbbf34dbb8d2bd843 gtklp-1.1.0.src.tar.gz

18
gtklp/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: GTK Print Dialog
# URL: http://gtklp.sourceforge.net
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Simone Rota, sip at varlock dot com
# Depends on: gtk, cups
name=gtklp
version=1.1.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.src.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}