wok view gnome-js-common/receipt @ rev 12050

get-xnviewmp: remove extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 17:28:56 2012 -0800 (2012-03-07)
parents 5647557ead5c
children d1c17bd2c2bc
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-js-common"
4 VERSION="0.1.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Gnome JS common files."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.gnome.org/"
10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS="intltool"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }