wok-next diff gtk-engine-rezlooks/receipt @ rev 20550
Removing *.la.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 06 02:18:37 2018 +0300 (2018-04-06) |
parents | 40fab26c175d |
children | 460e0b6335e2 |
line diff
1.1 --- a/gtk-engine-rezlooks/receipt Mon May 09 21:59:10 2016 +0300 1.2 +++ b/gtk-engine-rezlooks/receipt Fri Apr 06 02:18:37 2018 +0300 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="gtk-engine-rezlooks" 1.8 VERSION="0.6" 1.9 @@ -6,26 +6,24 @@ 1.10 SHORT_DESC="Rezlooks GTK+ Engine" 1.11 MAINTAINER="devl547@gmail.com" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179" 1.14 + 1.15 TARBALL="39179-rezlooks-0.6.tar.gz" 1.16 -WEB_SITE="http://www.gnome-look.org/content/show.php?content=39179" 1.17 WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL" 1.18 1.19 BUILD_DEPENDS="gtk+-dev" 1.20 -DEPENDS="gtk+" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - cd $src 1.26 +compile_rules() { 1.27 sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c 1.28 - ./configure --enable-animation $CONFIGURE_ARGS && 1.29 + 1.30 + ./configure \ 1.31 + --enable-animation \ 1.32 + $CONFIGURE_ARGS && 1.33 make && 1.34 make prefix=/usr install 1.35 } 1.36 1.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.38 -genpkg_rules() 1.39 -{ 1.40 - mkdir -p $fs/usr 1.41 - cp -a $install/usr/lib $fs/usr 1.42 +genpkg_rules() { 1.43 + copy @std 1.44 + DEPENDS="gtk+" 1.45 }