diff options
author | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
commit | 1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch) | |
tree | a02b709cc5107313c2a640ad192b4a4cb790df4f /community/librcd | |
parent | 02c5897cefdb4df89590f03c12870ad263240ebd (diff) |
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'community/librcd')
-rw-r--r-- | community/librcd/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/librcd/PKGBUILD b/community/librcd/PKGBUILD index 20a0a1804..54e819e4a 100644 --- a/community/librcd/PKGBUILD +++ b/community/librcd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 99880 2013-10-31 02:15:03Z allan $ +# $Id: PKGBUILD 100239 2013-11-02 08:40:36Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=librcd pkgver=0.1.11 -pkgrel=3 +pkgrel=4 pkgdesc="Charset Detection Library" arch=(i686 x86_64) url="http://rusxmms.sourceforge.net/" @@ -17,5 +17,9 @@ build() { cd $srcdir/$pkgname-${pkgver} ./configure --prefix=/usr make +} + +package() { + cd $srcdir/$pkgname-${pkgver} make DESTDIR=$pkgdir install } |