wok-next annotate fox14-dev/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents c7e011e76409
children 129bb5b11a7e
rev   line source
allan316@3741 1 # SliTaz package receipt.
allan316@3741 2
allan316@3741 3 PACKAGE="fox14-dev"
allan316@3741 4 VERSION="1.4.35"
allan316@3741 5 CATEGORY="x-window"
allan316@3741 6 SHORT_DESC="Fox toolkit."
allan316@3741 7 MAINTAINER="pankso@slitaz.org"
allan316@3741 8 TARBALL="$SOURCE-$VERSION.tar.gz"
allan316@3741 9 DEPENDS="fox"
allan316@3741 10 #BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev tiff-dev xorg-libXft-dev"
allan316@3741 11 SUGGESTED="adie calculator pathfinder shutterbug"
allan316@3741 12 WEB_SITE="http://www.fox-toolkit.org/"
allan316@3741 13 #WGET_URL="http://www.fox-toolkit.org/ftp/$TARBALL"
allan316@3741 14 WANTED="fox14"
allan316@3741 15
allan316@3741 16 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@3741 17 genpkg_rules()
allan316@3741 18 {
allan316@3741 19 mkdir -p $fs/usr/lib
allan316@3741 20 cp -a $_pkg/usr/include $fs/usr
allan316@3741 21 cp -a $_pkg/usr/lib/*.a* $fs/usr/lib
allan316@3741 22 cp -a $_pkg/usr/lib/*.la* $fs/usr/lib
allan316@3741 23 }