wok-next view usb-modeswitch-data/receipt @ rev 17307

polkit: remove gobject-introspection from depends
It is development package and we don't need it on regular host.
(was added here: hg.slitaz.org/wok/rev/3c2bd4920bdb)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 01 19:00:09 2014 +0200 (2014-11-01)
parents 163d50664d6d
children fcec81f66f99
line source
1 # SliTaz package receipt.
3 PACKAGE="usb-modeswitch-data"
4 VERSION="20121109"
5 CATEGORY="system-tools"
6 SHORT_DESC="Device database and the rules file for usb_modeswitch."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.draisberghof.de/usb_modeswitch/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://www.draisberghof.de/usb_modeswitch/$TARBALL"
13 DEPENDS="usb-modeswitch"
14 BUILD_DEPENDS="coreutils-operations"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/etc $fs
27 cp -a $install/lib/udev $fs/etc
28 cp -a $install/usr $fs
29 }