gtklp: initial import
This commit is contained in:
parent
448af0daee
commit
9a5a8e554c
9
gtklp/.footprint
Normal file
9
gtklp/.footprint
Normal 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
1
gtklp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
67e3ed1e840ad8cdbbf34dbb8d2bd843 gtklp-1.1.0.src.tar.gz
|
18
gtklp/Pkgfile
Normal file
18
gtklp/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user