diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 12:35:17 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-20 12:35:17 +0200 |
commit | dd20ac40523cf27f69f10087655ccb3c0f318a9b (patch) | |
tree | bfa47cd682339a5732821d9d693ef3cd0d02f898 /community/orange/PKGBUILD | |
parent | b17208557669f7d787c139c7f15913be60db7b1b (diff) | |
parent | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/agsync/PKGBUILD
community/synce-serial/PKGBUILD
community/synce-vdccm/PKGBUILD
core/lvm2/PKGBUILD
extra/kdepim/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/sqlite/PKGBUILD
Diffstat (limited to 'community/orange/PKGBUILD')
-rw-r--r-- | community/orange/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/orange/PKGBUILD b/community/orange/PKGBUILD index 2266783ab..bac0e9895 100644 --- a/community/orange/PKGBUILD +++ b/community/orange/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 66258 2012-02-23 05:30:24Z spupykin $ +# $Id: PKGBUILD 96054 2013-08-19 13:05:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=orange pkgver=0.4 -pkgrel=4 +pkgrel=5 pkgdesc="a helper tool for synce" arch=('i686' 'x86_64' 'mips64el') url="http://synce.sourceforge.net/" @@ -18,5 +18,9 @@ build() { cd $srcdir/liborange-$pkgver ./configure --prefix=/usr make +} + +package() { + cd $srcdir/liborange-$pkgver make DESTDIR=$pkgdir install } |