diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-04 00:20:47 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-04 00:20:47 -0300 |
commit | 97a74a6a87ccbeb5649f226377d0c10ae824f1e1 (patch) | |
tree | 614d5483fcdab0aa6adecc7041c4b872ffb5a293 /community/orange/PKGBUILD | |
parent | e8eefc5a3834440246552e54c169abfa0703672e (diff) | |
parent | 8c2359e2541f9d1b11443b49d8ea502b3ffea39c (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/unifdef/PKGBUILD
extra/gtk2/PKGBUILD
extra/libmpeg2/PKGBUILD
extra/mesa/PKGBUILD
multilib/lib32-libdrm/PKGBUILD
multilib/lib32-libdrm/no-pthread-stubs.patch
multilib/lib32-mesa/PKGBUILD
Diffstat (limited to 'community/orange/PKGBUILD')
-rw-r--r-- | community/orange/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/orange/PKGBUILD b/community/orange/PKGBUILD index 64bc17274..0a19f823c 100644 --- a/community/orange/PKGBUILD +++ b/community/orange/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 21425 2010-07-16 12:03:23Z spupykin $ +# $Id: PKGBUILD 53301 2011-08-02 17:49:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=orange pkgver=0.4 -pkgrel=2 +pkgrel=3 pkgdesc="a helper tool for synce" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" license=("GPL") -depends=(dynamite synce-libsynce file unshield) +depends=('dynamite' 'synce-libsynce' 'file' 'unshield') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/synce/liborange-$pkgver.tar.gz) md5sums=('40e9ac3de389c74a60007f7493e072a5') @@ -17,6 +17,6 @@ md5sums=('40e9ac3de389c74a60007f7493e072a5') build() { cd $srcdir/liborange-$pkgver ./configure --prefix=/usr - make || return 1 + make make DESTDIR=$pkgdir install } |