36 lines
879 B
Text
36 lines
879 B
Text
# Template build file for 'libotr'.
|
|
pkgname=libotr
|
|
version=4.0.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
makedepends="libgcrypt-devel"
|
|
short_desc="Off-the-Record Messaging Library and Toolkit"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.cypherpunks.ca/otr/"
|
|
license="GPL-2, LGPL-2.1"
|
|
distfiles="http://www.cypherpunks.ca/otr/libotr-${version}.tar.gz"
|
|
checksum=3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4
|
|
|
|
pre_build() {
|
|
sed '/INCLUDES/s,-I$(includedir),,' -i toolkit/Makefile
|
|
}
|
|
|
|
libotr-progs_package() {
|
|
short_desc+=" - applications"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
vmove usr/share/man
|
|
}
|
|
}
|
|
|
|
libotr-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/aclocal
|
|
}
|
|
}
|