New package: libotr-4.0.0.
This commit is contained in:
parent
0129a38d32
commit
ce4fabf505
|
@ -1359,3 +1359,4 @@ libktorrent.so.5 libktorrent-1.3.1_1
|
|||
libvncserver.so.0 libvncserver-0.9.9_1
|
||||
libvncclient.so.0 libvncserver-0.9.9_1
|
||||
libotr3.so.2 libotr3-3.2.1_1
|
||||
libotr.so.5 libotr-4.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libotr
|
|
@ -0,0 +1 @@
|
|||
libotr
|
|
@ -0,0 +1,38 @@
|
|||
# Template build file for 'libotr'.
|
||||
pkgname=libotr
|
||||
version=4.0.0
|
||||
revision=1
|
||||
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
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
libotr_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue