rlpr: new port

This commit is contained in:
Antti Nykanen 2009-05-08 19:30:46 +03:00
parent b57682c9df
commit ba3cae95cb
3 changed files with 32 additions and 0 deletions

15
rlpr/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rlpq
-rwxr-xr-x root/root usr/bin/rlpr
-rwxr-xr-x root/root usr/bin/rlprd
-rwxr-xr-x root/root usr/bin/rlprm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rlpq.1.gz
-rw-r--r-- root/root usr/man/man1/rlpr.1.gz
-rw-r--r-- root/root usr/man/man1/rlprm.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/rlprrc.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/rlprd.8.gz

1
rlpr/.md5sum Normal file
View File

@ -0,0 +1 @@
c3192d0e84ccae432e754640f6003478 rlpr-2.06.tar.gz

16
rlpr/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Remote lpd client
# URL: http://truffula.com/rlpr/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on:
name=rlpr
version=2.06
release=1
source=(http://truffula.com/$name/$name-$version.tar.gz)
build() {
cd rlpr-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}