wok-current view gammu-dev/receipt @ rev 17676
rogue: add missing -ltinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 18 11:35:54 2015 +0100 (2015-02-18) |
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 }