diff options
author | Jeremy Thomerson <jeremy@thomersonfamily.com> | 2011-03-26 22:40:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-27 13:27:01 +0000 |
commit | a948ff23afdfea6b407f71a7764e5abb26d34c21 (patch) | |
tree | faab5e1349bcafadb746af11ecc77396822eacc7 /testing/librsync/APKBUILD | |
parent | c4c9fd3a4232584fffbe386e7fc4c98dfb3534b4 (diff) | |
download | aports-a948ff23afdfea6b407f71a7764e5abb26d34c21.tar.bz2 aports-a948ff23afdfea6b407f71a7764e5abb26d34c21.tar.xz |
main/librsync: move from testing
Diffstat (limited to 'testing/librsync/APKBUILD')
-rw-r--r-- | testing/librsync/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/librsync/APKBUILD b/testing/librsync/APKBUILD deleted file mode 100644 index 248cda5c90..0000000000 --- a/testing/librsync/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> -# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com> -pkgname=librsync -pkgver=0.9.7 -pkgrel=0 -pkgdesc="librsync implements the rolling-checksum algorithm of rsync" -url="http://sourceforge.net/projects/librsync/" -arch="all" -license="LGPL 2.1" -depends="" -makedepends="" -install= -subpackages="$pkgname-dev" -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver - -build() { - cd "$_builddir" - - ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="24cdb6b78f45e0e83766903fd4f6bc84 librsync-0.9.7.tar.gz" |