wok-undigest view cairo-dock/receipt @ rev 196

Remove at. Its in wok now.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 28 15:51:40 2010 +0000 (2010-12-28)
parents c518a113b716
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cairo-dock"
4 VERSION="2.1.3-7"
5 CATEGORY="x-window"
6 SHORT_DESC="Cairo-Dock is a light and eye-candy dock to launch."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ cairo librsvg xorg-xcompmgr mesa gtkglext dbus"
9 BUILD_DEPENDS="gtk+-dev cairo-dev librsvg-dev mesa-dev gtkglext-dev \
10 dbus-dev dbus-glib-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.glx-dock.org/"
13 WGET_URL="http://launchpad.net/cairo-dock-core/2.1/2.1.3/+download/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib $fs/usr/share/$PACKAGE
30 cp -a $_pkg/usr/bin $fs/usr
31 #cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
32 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
33 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
34 }