r1396 - in crux-2.2/ports/opt: . librsync
Author: viper Date: 2006-05-14 12:59:29 +0200 (Sun, 14 May 2006) New Revision: 1396 Added: crux-2.2/ports/opt/librsync/ crux-2.2/ports/opt/librsync/.footprint crux-2.2/ports/opt/librsync/.md5sum crux-2.2/ports/opt/librsync/Pkgfile Log: librsync: initial import (now it's the right one) Added: crux-2.2/ports/opt/librsync/.footprint =================================================================== --- crux-2.2/ports/opt/librsync/.footprint (rev 0) +++ crux-2.2/ports/opt/librsync/.footprint 2006-05-14 10:59:29 UTC (rev 1396) @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/librsync-config.h +-rw-r--r-- root/root usr/include/librsync.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/librsync.a +-rwxr-xr-x root/root usr/lib/librsync.la +lrwxrwxrwx root/root usr/lib/librsync.so -> librsync.so.1.0.2 +lrwxrwxrwx root/root usr/lib/librsync.so.1 -> librsync.so.1.0.2 +-rwxr-xr-x root/root usr/lib/librsync.so.1.0.2 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/librsync.3.gz Added: crux-2.2/ports/opt/librsync/.md5sum =================================================================== --- crux-2.2/ports/opt/librsync/.md5sum (rev 0) +++ crux-2.2/ports/opt/librsync/.md5sum 2006-05-14 10:59:29 UTC (rev 1396) @@ -0,0 +1 @@ +24cdb6b78f45e0e83766903fd4f6bc84 librsync-0.9.7.tar.gz Added: crux-2.2/ports/opt/librsync/Pkgfile =================================================================== --- crux-2.2/ports/opt/librsync/Pkgfile (rev 0) +++ crux-2.2/ports/opt/librsync/Pkgfile 2006-05-14 10:59:29 UTC (rev 1396) @@ -0,0 +1,22 @@ +# Description: Library for delta compression of streams +# URL: http://librsync.sourceforge.net/ +# Maintainer: Simon Glo�ner, viper at hometux dot de +# Depends on: popt + +name=librsync +version=0.9.7 +release=1 +source=(http://dl.sourceforge.net/${name}/${name}-${version}.tar.gz) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --enable-shared + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/man/man1 + rm -r $PKG/usr/bin +}
participants (1)
-
crux@crux.nu