wok view libnsgif/receipt @ rev 10143

Add activesupport.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 17:48:14 2011 +0000 (2011-05-20)
parents d158f6149add
children 4904e3d374a9
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 $_pkg/usr/lib/*.so* $fs/usr/lib
28 }