wok-stable rev 8015
add libxfce4ui, libxfce4ui-dev
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:07:47 2011 +0100 (2011-01-20) |
parents | 152224d80dd5 |
children | 4221f6eea92d |
files | libxfce4ui-dev/receipt libxfce4ui/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libxfce4ui-dev/receipt Thu Jan 20 02:07:47 2011 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libxfce4ui-dev" 1.7 +VERSION="4.8.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Xfce Gtk Widget library dev files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="gtk+ libxfce4ui libxfce4util-dev" 1.12 +WANTED="libxfce4ui" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 + 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + 1.21 + mkdir -p $fs/usr/lib \ 1.22 + $fs/usr 1.23 + 1.24 + cp -a $_pkg/usr/include $fs/usr 1.25 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.26 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.27 +} 1.28 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libxfce4ui/receipt Thu Jan 20 02:07:47 2011 +0100 2.3 @@ -0,0 +1,46 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="libxfce4ui" 2.7 +VERSION="4.8.0" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Xfce Gtk Widget library" 2.10 +MAINTAINER="erjo@slitaz.org" 2.11 +DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade util-linux-ng-uuid" 2.12 +BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev 2.13 + libglade-dev xcb-util-dev util-linux-ng-uuid-dev" 2.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 +WEB_SITE="http://www.xfce.org" 2.16 +WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 2.17 + 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + cd $src 2.23 + ./configure --prefix=/usr \ 2.24 + --infodir=/usr/share/info \ 2.25 + --sysconfdir=/etc \ 2.26 + --disable-debug \ 2.27 + --mandir=/usr/share/man $CONFIGURE_ARGS && 2.28 + make && 2.29 + make DESTDIR=$PWD/_pkg install 2.30 +} 2.31 + 2.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.33 +genpkg_rules() 2.34 +{ 2.35 + 2.36 + mkdir -p $fs/usr/lib \ 2.37 + $fs/usr/share/locale 2.38 + 2.39 + 2.40 + cp -a $_pkg/etc $fs/ 2.41 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.42 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.43 +# cp -a $_pkg/usr/share/icons $fs/usr/share 2.44 + 2.45 + # Remove SVG icons 2.46 +# rm -rf $fs/usr/share/icons/hicolor/scalable 2.47 + 2.48 +} 2.49 +