wok-next diff libgtkhtml/receipt @ rev 6828
Add ardour: mv from undigest
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Oct 19 21:13:36 2010 -0400 (2010-10-19) |
parents | |
children | f3c1a01dae12 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libgtkhtml/receipt Tue Oct 19 21:13:36 2010 -0400 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libgtkhtml" 1.7 +VERSION="2.11.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="A gtk-based HTML rendering/editing library." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="glibc-base glib libgio expat libxml2 zlib \ 1.12 +gtk+ cairo atk fontconfig freetype pango pixman libpng \ 1.13 +xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXcursor \ 1.14 +xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" 1.15 +BUILD_DEPENDS="slitaz-toolchain pkg-config libxml2-dev gtk+-dev xorg-libXdamage-dev expat-dev" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +WEB_SITE="http://freshmeat.net/projects/libgtkhtml/" 1.18 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.11/$TARBALL" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src 1.24 + ./configure \ 1.25 + --prefix=/usr \ 1.26 + --sysconfdir=/etc \ 1.27 + --infodir=/usr/share/info \ 1.28 + --mandir=/usr/share/man \ 1.29 + $CONFIGURE_ARGS && 1.30 + make && make DESTDIR=$PWD/_pkg install 1.31 +} 1.32 + 1.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 +genpkg_rules() 1.35 +{ 1.36 + mkdir -p $fs/usr/lib 1.37 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.38 +}