wok-next view libsigc++/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 5841522533ec
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsigc++"
4 VERSION="2.10.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Callback Framework for C++"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://developer.gnome.org/libsigc++/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libsigc.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="m4 perl"
16 SPLIT="libsigc++-dev"
18 compile_rules() {
19 sed -e "/^libdocdir =/ s/\$(book_name)/libsigc++-$VERSION/" -i \
20 docs/Makefile.in
22 ./configure $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 libsigc++) copy @std;;
31 *-dev) copy @dev;;
32 esac
33 }