wok view pysdm/receipt @ rev 15368

Up ipxe (1.0.0-20130925)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 14 13:38:36 2013 +0000 (2013-10-14)
parents
children bf4a09ef1d2e
line source
1 PACKAGE="pysdm"
2 VERSION="0.4.1"
3 CATEGORY="system-tools"
4 SHORT_DESC="A Storage Device Manager via udev (and not fstab)."
5 MAINTAINER="pascal.bellard@slitaz.org"
6 TARBALL="$PACKAGE-$VERSION.tar.gz"
7 WEB_SITE="http://pysdm.sourceforge.net/"
8 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
10 DEPENDS="pygtk"
11 BUILD_DEPENDS="python python-dev"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
17 cd $src
18 sed -i 's/gksudo/subox/;s/Settings;//' data/pysdm.desktop
19 ./configure --prefix=/usr --infodir=/usr/share/info \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $_pkg/usr $fs
30 }