libsigc++: update to 2.2.11.
This commit is contained in:
parent
bcfd0c69ea
commit
fb616a5fe4
@ -1,16 +1,14 @@
|
|||||||
# Template file for 'libsigc++-devel'.
|
# Template file for 'libsigc++-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libsigc++"
|
noarch=yes
|
||||||
|
depends="libsigc++>=${version}"
|
||||||
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()
|
vmove usr/include usr
|
||||||
{
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove usr/lib/sigc++-2.0 usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/{pkgconfig,sigc++-2.0} \
|
|
||||||
${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
# Template file for 'libsigc++'
|
# Template file for 'libsigc++'
|
||||||
pkgname=libsigc++
|
pkgname=libsigc++
|
||||||
version=2.2.10
|
version=2.2.11
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.bz2"
|
revision=1
|
||||||
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
makedepends="libstdc++-devel"
|
makedepends="libstdc++-devel"
|
||||||
revision=1
|
|
||||||
short_desc="Type-safe callback system for C++ programs"
|
short_desc="Type-safe callback system for C++ programs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d3d810c2ad469edfb2d4db29643bef189b7613019eadbd4a72823af3c73c959c
|
homepage="http://libsigc.sourceforge.net/"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
distfiles="${GNOME_SITE}/${pkgname}/2.2/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957
|
||||||
long_desc="
|
long_desc="
|
||||||
libsigc++ implements a full callback system for use in widget
|
libsigc++ implements a full callback system for use in widget
|
||||||
libraries, abstract interfaces, and general programming. Originally
|
libraries, abstract interfaces, and general programming. Originally
|
||||||
@ -19,5 +22,3 @@ long_desc="
|
|||||||
connection of dissimilar callbacks and has an ease of use unmatched by
|
connection of dissimilar callbacks and has an ease of use unmatched by
|
||||||
other C++ callback libraries. Libsigc++ is licensed under the GNU
|
other C++ callback libraries. Libsigc++ is licensed under the GNU
|
||||||
Library General Public License, LGPL."
|
Library General Public License, LGPL."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user