summaryrefslogtreecommitdiff
path: root/community/libnsgif
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-29 04:05:57 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-29 04:05:57 +0000
commit88f9886de50562f083fa45359821567b0a880ea0 (patch)
tree9d6e6861bee113342e27578c9024b17a3d4ceb5f /community/libnsgif
parent84fbb975eaab5e85082b96147a85031f1912646e (diff)
Tue Apr 29 04:01:38 UTC 2014
Diffstat (limited to 'community/libnsgif')
-rw-r--r--community/libnsgif/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/libnsgif/PKGBUILD b/community/libnsgif/PKGBUILD
index eace8b781..d4bcf4690 100644
--- a/community/libnsgif/PKGBUILD
+++ b/community/libnsgif/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 99628 2013-10-30 16:34:52Z arodseth $
+# $Id: PKGBUILD 110370 2014-04-28 14:11:35Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
pkgname=libnsgif
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc='Decoding library for the GIF image file format'
arch=('x86_64' 'i686')
url='http://www.netsurf-browser.org/projects/libnsgif/'
@@ -13,21 +13,19 @@ license=('MIT')
depends=('glibc')
makedepends=('netsurf-buildsystem')
source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('e7dc7ee887fefc19e7c7985c5a2b057870e0fa3dd0dcfc1fdb4e98da1f36593c')
+sha256sums=('d450ea0a9da234486e997248b30a86524f75f1021ca67017b5597423cf6c0a15')
build() {
cd "$pkgname-$pkgver"
CFLAGS="$CFLAGS -fno-strict-aliasing"
- 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"
}