diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/librcd/PKGBUILD | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/librcd/PKGBUILD')
-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 +} |