wok view gammu-dev/receipt @ rev 17437
slitaz-boot-scripts: install required slitaz-arm-configs in ARM case
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Dec 07 19:35:57 2014 -0500 (2014-12-07) |
parents | 7326ea8fcc65 |
children | 3badda504cf7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gammu-dev"
4 VERSION="1.27.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Gammu devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="gammu"
10 WEB_SITE="http://wammu.eu/gammu/"
12 DEPENDS="gammu pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/bin
18 cp -a $install/usr/bin/gammu-config $fs/usr/bin
19 #cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }