summaryrefslogtreecommitdiff
path: root/community/ussp-push/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ussp-push/PKGBUILD')
-rw-r--r--community/ussp-push/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/ussp-push/PKGBUILD b/community/ussp-push/PKGBUILD
index 709e347c3..950caff8a 100644
--- a/community/ussp-push/PKGBUILD
+++ b/community/ussp-push/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 21981 2010-07-19 13:46:02Z spupykin $
+# $Id: PKGBUILD 65357 2012-02-21 02:19:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=ussp-push
pkgver=0.11
-pkgrel=3
+pkgrel=4
pkgdesc="OBEX object pusher for Linux"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
@@ -18,10 +18,8 @@ md5sums=('5c44983ee27809867041feff6bb4423a'
build() {
cd $srcdir/$pkgname-$pkgver
-
patch -p1 <$srcdir/ussp-push-remote-name.patch
-
./configure --prefix=/usr
- make || return 1
+ make
make DESTDIR=$pkgdir install
}