wok-current view libnsgif/receipt @ rev 14766
915resolution: fix ownership; acl: '*.so' must be executable, more tips from BLFS.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 26 23:09:23 2013 +0300 (2013-06-26) |
parents | 1fd357e6acdf |
children | 8d6f480bf664 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libnsgif"
4 VERSION="9138"
5 CATEGORY="system-tools"
6 SHORT_DESC="Libnsgif is a decoding library for the GIF image file format."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/"
10 WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/libnsgif"
11 BRANCH="$VERSION"
13 BUILD_DEPENDS="subversion"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make install DESTDIR=$DESTDIR PREFIX=/usr &&
20 make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }