summaryrefslogtreecommitdiff
path: root/community/lcab/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/lcab/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/lcab/PKGBUILD')
-rw-r--r--community/lcab/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/lcab/PKGBUILD b/community/lcab/PKGBUILD
new file mode 100644
index 000000000..5ede6fc96
--- /dev/null
+++ b/community/lcab/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 102167 2013-12-06 11:48:03Z giovanni $
+# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
+# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
+
+pkgname=lcab
+pkgver=1.0b12
+pkgrel=4
+pkgdesc="A program to make Microsoft cabinet files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://ohnopub.net/~ohnobinki/lcab/"
+depends=('glibc')
+source=("ftp://ohnopublishing.net/mirror/${pkgname}-${pkgver}.tar.gz")
+md5sums=('9403e08f53fcf262e25641a9b900d4de')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ install -D -m755 lcab "${pkgdir}/usr/bin/lcab"
+}