wok diff libnsgif/receipt @ rev 4413
fix depends elinks
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Wed Oct 21 12:24:33 2009 +0000 (2009-10-21) |
parents | 9ddd8d63344e |
children | b537813316cf |
line diff
1.1 --- a/libnsgif/receipt Wed Apr 29 21:32:17 2009 +0200 1.2 +++ b/libnsgif/receipt Wed Oct 21 12:24:33 2009 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libnsgif" 1.7 -VERSION="7369" 1.8 +VERSION="9138" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Libnsgif is a decoding library for the GIF image file format." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 BUILD_DEPENDS="subversion" 1.13 -WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/" 1.14 +WEB_SITE="http://www.netsurf-browser.org/projects/libnsgif/" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 @@ -16,8 +16,9 @@ 1.19 -r $VERSION $PACKAGE-$VERSION 1.20 cd $src 1.21 make install DESTDIR=$PWD/_pkg PREFIX=/usr && 1.22 - make install COMPONENT_TYPE=lib-shared DESTDIR=$PWD/_pkg PREFIX=/usr 1.23 + make install COMPONENT_TYPE=lib-shared DESTDIR=$PWD/_pkg PREFIX=/usr 1.24 } 1.25 + 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 {