25 lines
788 B
Bash
25 lines
788 B
Bash
# Template file for 'libax25'
|
|
pkgname=libax25
|
|
version=0.0.12.rc4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="zlib-devel"
|
|
short_desc="Functions making it easier to write hamradio programs"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://www.linux-ax25.org/wiki/Libax25"
|
|
# distfiles="http://www.linux-ax25.org/pub/libax25/libax25-${version/.rc/-rc}.tar.gz"
|
|
distfiles="${DEBIAN_SITE}/main/liba/libax25/libax25_${version/.rc/-rc}.orig.tar.gz"
|
|
checksum=d13496038a2a890bfb48d64333891fbd638ba60d681484a1c5afe0e56845b226
|
|
|
|
libax25-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="libax25>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/*.a
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|