summaryrefslogtreecommitdiff
path: root/community/grsync
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/grsync
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/grsync')
-rw-r--r--community/grsync/PKGBUILD27
-rw-r--r--community/grsync/grsync.install13
2 files changed, 0 insertions, 40 deletions
diff --git a/community/grsync/PKGBUILD b/community/grsync/PKGBUILD
deleted file mode 100644
index c5fb910f0..000000000
--- a/community/grsync/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 93852 2013-07-11 12:03:07Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: William Rea <sillywilly@gmail.com>
-
-pkgname=grsync
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="GTK GUI for rsync"
-arch=('i686' 'x86_64')
-url="http://www.opbyte.it/grsync"
-license=('GPL')
-depends=('gtk2' 'rsync')
-makedepends=('gettext' 'intltool')
-install=grsync.install
-source=(http://www.opbyte.it/release/grsync-$pkgver.tar.gz)
-md5sums=('253faeac01ef32f0766e9a58ada00abc')
-
-build() {
- cd $srcdir/grsync-$pkgver
- [ $NOEXTRACT -eq 1 ] || LDFLAGS=-lm ./configure --prefix=/usr --disable-unity
- make
-}
-
-package() {
- cd $srcdir/grsync-$pkgver
- make DESTDIR=$pkgdir install
-}
diff --git a/community/grsync/grsync.install b/community/grsync/grsync.install
deleted file mode 100644
index 1eb57303c..000000000
--- a/community/grsync/grsync.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- [ -x `which update-mime-database` ] && update-mime-database usr/share/mime
- [ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- bin/true
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}