summaryrefslogtreecommitdiff
path: root/community/libnsbmp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libnsbmp/PKGBUILD')
-rw-r--r--community/libnsbmp/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/libnsbmp/PKGBUILD b/community/libnsbmp/PKGBUILD
index f89c09a63..f2546746c 100644
--- a/community/libnsbmp/PKGBUILD
+++ b/community/libnsbmp/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 99625 2013-10-30 16:31:25Z arodseth $
+# $Id: PKGBUILD 110368 2014-04-28 14:04:21Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=libnsbmp
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc='Decoding library for BMP and ICO image file formats'
arch=('x86_64' 'i686')
url='http://www.netsurf-browser.org/projects/libnsbmp/'
@@ -13,20 +13,18 @@ license=('MIT')
depends=('glibc')
makedepends=('netsurf-buildsystem')
source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('fb576af6bd4d02d3626d5c2092bc06c80b2a80089a14decf40c813d9ec80ddc0')
+sha256sums=('584046809d3213e5917cd26eafb03068ca94274229f595f0e0520b15fa454f98')
build() {
cd "$pkgname-$pkgver"
- make PREFIX=/usr COMPONENT_TYPE="lib-shared"
- #make PREFIX=/usr COMPONENT_TYPE="lib-static"
+ make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
}
package() {
cd "$pkgname-$pkgver"
- make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared"
- #make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static"
+ make install LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}