wok-next view sakura/receipt @ rev 829
syslinux: fix keyboard, tip in splash screen
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 17 21:03:22 2008 +0000 (2008-05-17) |
parents | 5fb27e4bf774 |
children | 29d6ffb622ab |
line source
1 # SliTaz package receipt
3 PACKAGE="sakura"
4 VERSION="2.0.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Lightweight GTK+/vte Terminal"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ vte"
9 BUILD_DEPENDS="gtk+-dev vte-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://pleyades.net/david/sakura.php"
12 WGET_URL="http://pleyades.net/david/projects/sakura/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 cmake -DCMAKE_INSTALL_PREFIX=/usr .
19 make
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/bin $fs/usr
28 }