diff options
author | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-13 01:33:19 -0700 |
commit | 7a65a910b77ad191d69881098c47f9b0c852d92e (patch) | |
tree | 9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/librcd | |
parent | 60da6abff6c9577a783d72865f11de7a585e912e (diff) |
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/librcd')
-rw-r--r-- | community/librcd/PKGBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/community/librcd/PKGBUILD b/community/librcd/PKGBUILD new file mode 100644 index 000000000..810c7b9ae --- /dev/null +++ b/community/librcd/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 66203 2012-02-23 03:17:12Z 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 +pkgdesc="Charset Detection Library" +arch=(i686 x86_64) +url="http://rusxmms.sourceforge.net/" +depends=(glibc) +license=('GPL') +options=('!libtool') +source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2) +md5sums=('17fcea35961f85c21c58a233d54a508c') + +build() { + cd $srcdir/$pkgname-${pkgver} + ./configure --prefix=/usr + make + make DESTDIR=$pkgdir install +} |