wok view gammu-dev/receipt @ rev 16993

mate-polkit-dev: Remove tarball as well
author Yuri Pourre <yuripourre@gmail.com>
date Sat Aug 09 13:09:11 2014 -0300 (2014-08-09)
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 }