34 lines
1,010 B
Text
34 lines
1,010 B
Text
# Template file for 'libsexy'
|
|
pkgname=libsexy
|
|
version=0.1.11
|
|
revision=8
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="iso-codes gtk+-devel libxml2-devel"
|
|
short_desc="Collection of additional GTK+ widgets"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://releases.chipx86.com/$pkgname"
|
|
license="LGPL-2.1"
|
|
distfiles="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e
|
|
long_desc="
|
|
libsexy is a collection of GTK+ widgets that extend the functionality of
|
|
such standard widgets as GtkEntry and GtkLabel by subclassing them and
|
|
working around the limitations of the widgets."
|
|
|
|
libsexy-devel_package() {
|
|
depends="libxml2-devel gtk+-devel ${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share
|
|
}
|
|
}
|
|
|
|
libsexy_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|