[arch-commits] Commit in libnsbmp/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Feb 20 15:01:06 UTC 2016


    Date: Saturday, February 20, 2016 @ 16:01:06
  Author: arodseth
Revision: 162782

upgpkg: libnsbmp 0.1.3-1

Modified:
  libnsbmp/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 15:01:04 UTC (rev 162781)
+++ PKGBUILD	2016-02-20 15:01:06 UTC (rev 162782)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Paulo Matias <matiasΘarchlinux-br·org>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=libnsbmp
-pkgver=0.1.1
+pkgver=0.1.3
 pkgrel=1
 pkgdesc='Decoding library for BMP and ICO image file formats'
 arch=('x86_64' 'i686')
@@ -13,18 +13,19 @@
 depends=('glibc')
 makedepends=('netsurf-buildsystem')
 source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('584046809d3213e5917cd26eafb03068ca94274229f595f0e0520b15fa454f98')
+sha256sums=('deff0a0497fc011356f901b3f75ee612721133c91b256dda28e540c803ffbb3e')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared" 
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
 }
 
 package() {
   cd "$pkgname-$pkgver"
 
-  make install LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared"   
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+    COMPONENT_TYPE="lib-shared"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 



More information about the arch-commits mailing list