wok view osmo/receipt @ rev 41

Add : osmo, pidgin, poedit, transmission, xpad
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 14:13:35 2007 +0100 (2007-12-18)
parents
children 4959e5789caa
line source
1 # SliTaz package receipt.
3 PACKAGE="osmo"
4 VERSION="0.1.2"
5 CATEGORY="extra"
6 SHORT_DESC="A handy personal organizer using GTK+."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libxml2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://clay.ll.pl/osmo/"
11 WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr $CONFIGURE_ARGS
18 make
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/locale
26 cp -a $_pkg/usr/bin $fs/usr
27 cp -a $_pkg/usr/share/pixmaps/osmo.png $fs/usr/share/pixmaps
28 #cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
29 strip -s $fs/usr/bin/*
30 }