wok view mm-common/receipt @ rev 14640

Xorg. xorg-libXt: add glib-dev as bdeps; xorg-libXpm: reformat, move binaries to xorg-libXpm-util new package; xorg-libXaw: up 1.0.11.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 02 16:41:49 2013 +0000 (2013-06-02)
parents
children bb009a6ef036
line source
1 # SliTaz package receipt.
3 PACKAGE="mm-common"
4 VERSION="0.9.4"
5 CATEGORY="development"
6 SHORT_DESC="Common build files of the C++ bindings"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://gtkmm.org"
10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure --prefix=/usr && make && make install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs
23 cp -a $_pkg/usr $fs
24 }