wok view gammu-dev/receipt @ rev 20669

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 21 12:26:11 2019 +0100 (2019-01-21)
parents 3badda504cf7
children 3150873c02fa
line source
1 # SliTaz package receipt.
3 PACKAGE="gammu-dev"
4 VERSION="1.38.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Gammu devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="gammu"
10 WEB_SITE="https://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 }