libsexy: disable static, set -devel noarch.

This commit is contained in:
Juan RP 2012-10-11 09:31:59 +02:00
parent 77539fefe0
commit 9fe04a43d5
2 changed files with 10 additions and 12 deletions

View file

@ -1,18 +1,15 @@
# Template file for 'libsexy-devel'. # Template file for 'libsexy-devel'.
# #
depends="pkg-config iso-codes gtk+-devel atk-devel glib-devel pango-devel cairo-devel freetype-devel fontconfig-devel libxml2-devel libsexy" noarch=yes
depends="libxml2-devel gtk+-devel ${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} development files" short_desc="${sourcepkg} development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() {
do_install()
{
mkdir -p ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
} }

View file

@ -1,17 +1,18 @@
# Template file for 'libsexy' # Template file for 'libsexy'
pkgname=libsexy pkgname=libsexy
version=0.1.11 version=0.1.11
revision=6 revision=7
distfiles="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$version.tar.gz" subpackages="$pkgname-devel"
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config iso-codes gtk+-devel atk-devel glib-devel pango-devel cairo-devel freetype-devel fontconfig-devel libxml2-devel" configure_args="--disable-static"
makedepends="pkg-config iso-codes gtk+-devel libxml2-devel"
short_desc="Collection of additional GTK+ widgets" short_desc="Collection of additional GTK+ widgets"
maintainer="Juan RP <xtraeme@gmail.com>" 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 checksum=8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e
long_desc=" long_desc="
libsexy is a collection of GTK+ widgets that extend the functionality of libsexy is a collection of GTK+ widgets that extend the functionality of
such standard widgets as GtkEntry and GtkLabel by subclassing them and such standard widgets as GtkEntry and GtkLabel by subclassing them and
working around the limitations of the widgets." working around the limitations of the widgets."
subpackages="$pkgname-devel"