diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libnsgif/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libnsgif/PKGBUILD')
-rw-r--r-- | community/libnsgif/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/libnsgif/PKGBUILD b/community/libnsgif/PKGBUILD deleted file mode 100644 index c17d5a370..000000000 --- a/community/libnsgif/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 89124 2013-04-26 23:34:05Z 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=1 -pkgdesc='Decoding library for the GIF image file format' -arch=('x86_64' 'i686') -url='http://www.netsurf-browser.org/projects/libnsgif/' -license=('MIT') -depends=('glibc') -makedepends=('netsurf-buildsystem') -source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") -sha256sums=('e7dc7ee887fefc19e7c7985c5a2b057870e0fa3dd0dcfc1fdb4e98da1f36593c') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - CFLAGS="$CFLAGS -fno-strict-aliasing" - make PREFIX=/usr COMPONENT_TYPE="lib-shared" - make PREFIX=/usr COMPONENT_TYPE="lib-static" -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-shared" - make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE="lib-static" - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} - -# vim:set ts=2 sw=2 et: |