wok view estickies/receipt @ rev 3682

bind-client: update DEPENDS
author Liu Peng <rocky@slitaz.org>
date Mon Jul 13 16:25:24 2009 +0000 (2009-07-13)
parents ef454a188898
children
line source
1 # SliTaz package receipt.
3 PACKAGE="estickies"
4 VERSION="40505"
5 CATEGORY="x-window"
6 SHORT_DESC="E17 desktop notes application."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-libX11 ecore evas etk embryo"
9 BUILD_DEPENDS="xorg-libX11-dev ecore-dev evas-dev etk-dev etk subversion"
10 WEB_SITE="http://www.enlightenment.org/"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION
16 svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \
17 -r $VERSION $PACKAGE-$VERSION
18 cd $src
19 ./autogen.sh \
20 --prefix=/usr \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
33 rm $fs/usr/share/estickies/themes/mc.edj
34 }