Added libsexy-0.1.11 build template.

--HG--
extra : convert_revision : a63695940c58a1f463b23a38e83dfa7965cda8ee
This commit is contained in:
Juan RP 2009-12-01 00:14:26 +01:00
parent 54d16ef0f9
commit b74042b127
4 changed files with 41 additions and 0 deletions

1
srcpkgs/libsexy-devel Symbolic link
View file

@ -0,0 +1 @@
libsexy

2
srcpkgs/libsexy/depends Normal file
View file

@ -0,0 +1,2 @@
abi_depends=">=0.1.11"
api_depends="${abi_depends}"

View file

@ -0,0 +1,20 @@
# Template file for 'libsexy-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run gtk+-devel
Add_dependency run libxml2-devel
Add_dependency run libsexy
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
}

18
srcpkgs/libsexy/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'libsexy'
pkgname=libsexy
version=0.1.11
distfiles="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Collection of additional GTK+ widgets"
maintainer="Juan RP <xtraeme@gmail.com>"
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."
subpackages="$pkgname-devel"
Add_dependency full gtk+
Add_dependency full libxml2
Add_dependency build iso-codes
Add_dependency build pkg-config