diff options
author | Simon Gloßner <viper@hometux.de> | 2006-05-14 10:53:01 +0000 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2006-05-14 10:53:01 +0000 |
commit | 1b4392d243591266a9f16e9796ab09503c689fdd (patch) | |
tree | b065f9154d3b1f4d8b5a8475efe81e8154ffd9ec /librsync | |
parent | 05f78ff43f40256d5d7dc0a3956702644eded4ad (diff) | |
download | opt-1b4392d243591266a9f16e9796ab09503c689fdd.tar.gz opt-1b4392d243591266a9f16e9796ab09503c689fdd.tar.xz |
librsync: false import
Diffstat (limited to 'librsync')
-rw-r--r-- | librsync/.footprint | 17 | ||||
-rw-r--r-- | librsync/.md5sum | 1 | ||||
-rw-r--r-- | librsync/Pkgfile | 19 |
3 files changed, 0 insertions, 37 deletions
diff --git a/librsync/.footprint b/librsync/.footprint deleted file mode 100644 index a7e8f3181..000000000 --- a/librsync/.footprint +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/rdiff -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/man1/ --rw-r--r-- root/root usr/man/man1/rdiff.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/librsync.3.gz diff --git a/librsync/.md5sum b/librsync/.md5sum deleted file mode 100644 index b495f625e..000000000 --- a/librsync/.md5sum +++ /dev/null @@ -1 +0,0 @@ -24cdb6b78f45e0e83766903fd4f6bc84 librsync-0.9.7.tar.gz diff --git a/librsync/Pkgfile b/librsync/Pkgfile deleted file mode 100644 index 6cb2a8ebf..000000000 --- a/librsync/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} |