wok-current rev 44
Add : base-files (meta) + clearlooks
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Dec 18 14:19:50 2007 +0100 (2007-12-18) |
parents | 0403ebaf4af0 |
children | 7ee851566ffb |
files | base-files/receipt clearlooks/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/base-files/receipt Tue Dec 18 14:19:50 2007 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="base-files" 1.7 +VERSION="1.1" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Meta package to install slitaz-base-files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.slitaz.org/" 1.12 +DEPENDS="slitaz-base-files" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir $fs/usr 1.18 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/clearlooks/receipt Tue Dec 18 14:19:50 2007 +0100 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="clearlooks" 2.7 +VERSION="0.6.2" 2.8 +CATEGORY="extra" 2.9 +SHORT_DESC="Clearlooks GTK+ theme." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 +WEB_SITE="http://clearlooks.sourceforge.net/" 2.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.14 + 2.15 +# Rules to configure and make the package. 2.16 +compile_rules() 2.17 +{ 2.18 + cd $src 2.19 + ./configure --prefix=/usr --infodir=/usr/share/info \ 2.20 + --mandir=/usr/share/man $CONFIGURE_ARGS 2.21 + make 2.22 + make DESTDIR=$PWD/_pkg install 2.23 +} 2.24 + 2.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 +genpkg_rules() 2.27 +{ 2.28 + cp -a $_pkg/* $fs 2.29 + rm $fs/usr/lib/gtk-2.0/2.4.0/engines/*.la 2.30 + rm -rf $fs/usr/share/icons 2.31 + strip -s $fs/usr/lib/gtk-2.0/2.4.0/engines/* 2.32 +}