wok view usb-modeswitch-data/receipt @ rev 16770

Fix loop depends: 1) xorg-libXfont <-> xorg-libXfont; 2) glibmm <-> libgiomm (thanks "tazpkg check").
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 20 00:27:57 2014 +0300 (2014-06-20)
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 }