wok view sip/receipt @ rev 11746

Fix alsamixer.desktop to use new icons
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 02:50:19 2012 +0100 (2012-02-22)
parents d5d3d87300a7
children f82ad429f28c
line source
1 # SliTaz package receipt.
3 PACKAGE="sip"
4 VERSION="4.13"
5 CATEGORY="development"
6 SHORT_DESC="needed for PyQt"
7 MAINTAINER="allan316@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.riverbankcomputing.co.uk"
10 WGET_URL="$WEB_SITE/static/Downloads/sip4/$TARBALL"
12 DEPENDS="python gcc-lib-base"
13 BUILD_DEPENDS="python-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python configure.py
20 make &&
21 make DESTDIR=$DESTDIR 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/bin $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }