parent
aaac22746f
commit
b2427780ff
|
@ -3032,3 +3032,5 @@ libykcs11.so.1 libykcs11-1.5.0_1
|
|||
libKF5KExiv2.so.15.0.0 libkexiv25-17.04.3_1
|
||||
libqmobipocket.so.2 libqmobipocket-17.04.3_1
|
||||
libgloox.so.17 gloox-1.0.20_1
|
||||
libgsmsd.so.8 gammu-smsd-1.39.0_1
|
||||
libGammu.so.8 gammu-1.39.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
gammu
|
|
@ -0,0 +1 @@
|
|||
gammu
|
|
@ -0,0 +1,34 @@
|
|||
# Template file for 'gammu'
|
||||
pkgname=gammu
|
||||
version=1.39.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config intltool bash-completion"
|
||||
makedepends="libbluetooth-devel libusb-devel"
|
||||
short_desc="Cell phone connectivity and management tool"
|
||||
maintainer="Jakub Skrzypnik <jakub.skrzypnik@interia.pl>"
|
||||
license="GPL-2"
|
||||
homepage="https://wammu.eu"
|
||||
distfiles="https://dl.cihar.com/gammu/releases/gammu-${version}.tar.bz2"
|
||||
checksum="f20ca4e2367cd0beb33e49027e7e8e4b884ee9ed15d4a5353eb08e8bc269f8e2"
|
||||
|
||||
gammu-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
|
||||
gammu-smsd_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - SMS daemon"
|
||||
pkg_install() {
|
||||
vmove "usr/bin/gammu-smsd*"
|
||||
vmove "usr/share/man/*/gammu-smsd*"
|
||||
vmove "usr/lib/libgsmsd*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue