gwenhywfar: add package

This commit is contained in:
Enno Boland 2014-02-23 12:07:49 +01:00
parent 56f61719f2
commit ae557174a4
4 changed files with 38 additions and 0 deletions

1
srcpkgs/gwenhywfar-devel Symbolic link
View File

@ -0,0 +1 @@
gwenhywfar

1
srcpkgs/gwenhywfar-gtk Symbolic link
View File

@ -0,0 +1 @@
gwenhywfar

1
srcpkgs/gwenhywfar-qt Symbolic link
View File

@ -0,0 +1 @@
gwenhywfar

View File

@ -0,0 +1,35 @@
# Template file for 'gwenhywfar'
pkgname=gwenhywfar
version=4.3.3
revision=1
hostmakedepends="pkg-config"
makedepends="libgcrypt-devel gnutls-devel qt-devel gtk+-devel"
build_style="gnu-configure"
maintainer="Enno Boland <eb@s01.de>"
license="LGPL"
homepage="http://www.aquamaniac.de"
short_desc="OS abstraction functions for various projects"
distfiles="http://www2.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=gwenhywfar-$version.tar.gz"
checksum=87ed0f8669e1c21eaa717a18a8cf516b771c00610f5e17148cd36bce0d7d8ec2
gwenhywfar-gtk_package() {
short_desc+=" - gtk+2 bindings"
pkg_install() {
vmove usr/lib/*-gtk2*
}
}
gwenhywfar-qt_package() {
short_desc+=" - QT4 bindings"
pkg_install() {
vmove usr/lib/*-qt4*
}
}
gwenhywfar-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}