diff options
author | Antti Nykanen <aon@iki.fi> | 2009-05-08 19:30:46 +0300 |
---|---|---|
committer | Antti Nykanen <aon@iki.fi> | 2009-05-08 19:30:46 +0300 |
commit | ba3cae95cb517203b7e12a87544b84dd20949fe5 (patch) | |
tree | 1906e4713eede728667fadefe1c0d0a6c8f78028 /rlpr | |
parent | b57682c9df632cae4b2e04bfc58de3edd89e2780 (diff) | |
download | opt-ba3cae95cb517203b7e12a87544b84dd20949fe5.tar.gz opt-ba3cae95cb517203b7e12a87544b84dd20949fe5.tar.xz |
rlpr: new port
Diffstat (limited to 'rlpr')
-rw-r--r-- | rlpr/.footprint | 15 | ||||
-rw-r--r-- | rlpr/.md5sum | 1 | ||||
-rw-r--r-- | rlpr/Pkgfile | 16 |
3 files changed, 32 insertions, 0 deletions
diff --git a/rlpr/.footprint b/rlpr/.footprint new file mode 100644 index 000000000..550b42af6 --- /dev/null +++ b/rlpr/.footprint @@ -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 diff --git a/rlpr/.md5sum b/rlpr/.md5sum new file mode 100644 index 000000000..e970dc14d --- /dev/null +++ b/rlpr/.md5sum @@ -0,0 +1 @@ +c3192d0e84ccae432e754640f6003478 rlpr-2.06.tar.gz diff --git a/rlpr/Pkgfile b/rlpr/Pkgfile new file mode 100644 index 000000000..c9243a56e --- /dev/null +++ b/rlpr/Pkgfile @@ -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 +} |