wok view mousepad/receipt @ rev 11782

gnumeric: update bdeps
author Richard Dunbar <mojo@slitaz.org>
date Thu Feb 23 23:31:17 2012 +0000 (2012-02-23)
parents 56a6eb54a87c
children 73641efed1cc
line source
1 # SliTaz package receipt.
3 PACKAGE="mousepad"
4 VERSION="0.2.16"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Text Editor"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.xfce.org/"
10 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
12 DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage util-linux-ng-uuid"
13 BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool startup-notification-dev
14 util-linux-ng-uuid-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr \
21 --enable-debug=no \
22 --mandir=/usr/share/man $CONFIGURE_ARGS && \
23 make && 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/share/locale
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
33 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
34 cp -a $_pkg/usr/share/applications $fs/usr/share
35 }