# HG changeset patch # User Rohit Joshi # Date 1240762016 0 # Node ID ed8a1bd29259127b3e2bf92d9bcb9848261ee8fb # Parent b1c8a17cf2ac688649cf494016810d72fed047c2 Add: tint2 taskbar diff -r b1c8a17cf2ac -r ed8a1bd29259 tint2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tint2/receipt Sun Apr 26 16:06:56 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="tint2" +VERSION="0.7-beta1" +CATEGORY="misc" +SHORT_DESC="taskbar and panel" +MAINTAINER="jozee@slitaz.org" +DEPENDS="cairo pango glib imlib2 xorg-libXinerama" +BUILD_DEPENDS="cairo-dev pango-dev imlib2-dev xorg-libXinerama-dev xorg-dev-proto" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://tint2.googlecode.com/files/" +WGET_URL="$WEB_SITE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE/$PACKAGE-$VERSION/src + make && + make DESTDIR=../_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/etc/xdg $fs/usr + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/etc/xdg/$PACKAGE $fs/etc/xdg + +} +