void-packages/srcpkgs/gammu/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

35 lines
952 B
Bash

# Template file for 'gammu'
pkgname=gammu
version=1.42.0
revision=1
build_style=cmake
hostmakedepends="pkg-config intltool"
makedepends="libbluetooth-devel libusb-devel bash-completion
libglib-devel"
short_desc="Cell phone connectivity and management tool"
maintainer="Jakub Skrzypnik <jakub.skrzypnik@interia.pl>"
license="GPL-2.0-or-later"
homepage="https://wammu.eu"
distfiles="https://dl.cihar.com/gammu/releases/gammu-${version}.tar.bz2"
checksum=6197f8b4d35746d31567e61880121def676f225eba05276648410eaa6ce60c9f
patch_args=-Np0
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*"
}
}