wok-current diff cairo-dock-plugins/receipt @ rev 8262
Removed -j 4 in zsnes.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 29 16:37:30 2011 +0000 (2011-01-29) |
parents | |
children | 3e15b4d334a9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cairo-dock-plugins/receipt Sat Jan 29 16:37:30 2011 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="cairo-dock-plugins" 1.7 +VERSION="2.2.0-4" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Set of plugins for Cairo-Dock." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +#DEPENDS="cairo-dock" 1.12 +BUILD_DEPENDS="cairo-dock-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.glx-dock.org/" 1.15 +WGET_URL="http://launchpad.net/cairo-dock-plug-ins/2.2/2.2.0/+download/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + mkdir -p build && cd build 1.22 + cmake .. -DCMAKE_INSTALL_PREFIX=/usr && 1.23 + make && 1.24 + make DESTDIR=$src/_pkg install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr/lib $fs/usr/share 1.31 + cp -a $_pkg/usr/lib $fs/usr 1.32 + cp -a $_pkg/usr/share/cairo-dock $fs/usr/share 1.33 +}