wok-undigest rev 143
Move gtk-engines-rezlooks to wok
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu May 27 19:02:36 2010 +0000 (2010-05-27) |
parents | fafae958ccce |
children | d9115e382eaa |
files | gtk-engines-rezlooks/receipt |
line diff
1.1 --- a/gtk-engines-rezlooks/receipt Thu May 27 19:00:45 2010 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,29 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="gtk-engines-rezlooks" 1.7 -VERSION="0.6" 1.8 -CATEGORY="x-window" 1.9 -SHORT_DESC="Rezlooks GTK+ Engine" 1.10 -MAINTAINER="devl547@gmail.com" 1.11 -TARBALL="39179-rezlooks-0.6.tar.gz" 1.12 -WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179" 1.13 -WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL" 1.14 -BUILD_DEPENDS="gtk+-dev" 1.15 -DEPENDS="gtk+" 1.16 - 1.17 -# Rules to configure and make the package. 1.18 -compile_rules() 1.19 -{ 1.20 - cd rezlooks-$VERSION 1.21 - ./configure --enable-animation && 1.22 - make && 1.23 - make prefix=$PWD/_pkg install 1.24 -} 1.25 - 1.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 -genpkg_rules() 1.28 -{ 1.29 - mkdir -p $fs/usr 1.30 - strip -s rezlooks-$VERSION/_pkg/lib/gtk-2.0/*/engines/*.so 1.31 - cp -a rezlooks-$VERSION/_pkg/lib $fs/usr 1.32 -}