summaryrefslogtreecommitdiffstats
path: root/abs/core/libirman
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 14:57:57 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 14:57:57 (GMT)
commit8fee065f0bca8e1dacf282bd76c5a1732d91c711 (patch)
tree2a2ffbff8b724c86a7d8ff00cfe745dff0c5b87b /abs/core/libirman
parenta19ab5389c7746a8afe3f0cd1b56cf4afde9b913 (diff)
downloadlinhes_pkgbuild-8fee065f0bca8e1dacf282bd76c5a1732d91c711.zip
linhes_pkgbuild-8fee065f0bca8e1dacf282bd76c5a1732d91c711.tar.gz
linhes_pkgbuild-8fee065f0bca8e1dacf282bd76c5a1732d91c711.tar.bz2
libirman 0.4.5
Diffstat (limited to 'abs/core/libirman')
-rw-r--r--abs/core/libirman/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/core/libirman/PKGBUILD b/abs/core/libirman/PKGBUILD
index 3305a78..7e9e0e1 100644
--- a/abs/core/libirman/PKGBUILD
+++ b/abs/core/libirman/PKGBUILD
@@ -3,20 +3,24 @@
pkgname=libirman
pkgver=0.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="Irman driver lcd library"
arch=('i686' 'x86_64')
url="http://www.lirc.org"
license=('LGPL')
-options=(!libtool)
+options=('!libtool')
backup=('etc/irman.conf')
depends=('glibc')
-source=(http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2)
+source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2")
md5sums=('4a2708d53b6c79659c073cfefed57f78')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}