summaryrefslogtreecommitdiffstats
path: root/abs/core/rsync/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 18:52:10 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 18:52:10 (GMT)
commit297ec2f39c4d69b1434c39d0ed5af61404dbe677 (patch)
tree103f22b6128a8905b7c2b264306d8e002db15bfb /abs/core/rsync/PKGBUILD
parentee23728f9347243dbac13298ab9b406520ae4966 (diff)
downloadlinhes_pkgbuild-297ec2f39c4d69b1434c39d0ed5af61404dbe677.zip
linhes_pkgbuild-297ec2f39c4d69b1434c39d0ed5af61404dbe677.tar.gz
linhes_pkgbuild-297ec2f39c4d69b1434c39d0ed5af61404dbe677.tar.bz2
rsync, moved to extra
Diffstat (limited to 'abs/core/rsync/PKGBUILD')
-rw-r--r--abs/core/rsync/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/core/rsync/PKGBUILD b/abs/core/rsync/PKGBUILD
deleted file mode 100644
index 23fb9d0..0000000
--- a/abs/core/rsync/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-pkgname=rsync
-pkgver=3.0.7
-pkgrel=1
-pkgdesc="A file transfer program to keep remote files in sync"
-arch=('i686' 'x86_64')
-url="http://samba.anu.edu.au/rsync/"
-license=('GPL3')
-depends=('acl')
-backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
-source=(http://rsync.samba.org/ftp/rsync/${pkgname}-${pkgver}.tar.gz \
- rsyncd.conf rsyncd rsync.xinetd)
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./prepare-source || return 1
- ./configure --prefix=/usr --with-included-popt \
- --enable-acl-support --enable-xattr-support || return 1
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
- install -D -m 755 ../rsyncd ${pkgdir}/etc/rc.d/rsyncd || return 1
- install -D -m 644 ../rsyncd.conf ${pkgdir}/etc/rsyncd.conf || return 1
- install -D -m 644 ../rsync.xinetd ${pkgdir}/etc/xinetd.d/rsync || return 1
-}
-md5sums=('b53525900817cf1ba7ad3a516ab5bfe9'
- '4395c0591638349b1a7aeaaa4da1f03a'
- '9de4d03d49f4b5c73ffd67d452716a49'
- 'ea3e9277dc908bc51f9eddc0f6b935c1')