wok-next view commoncpp2/receipt @ rev 20715

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 757d032c55c7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="commoncpp2"
4 VERSION="1.8.1"
5 CATEGORY="development"
6 SHORT_DESC="A very portable and highly optimized class framework for writing \
7 C++ applications"
8 MAINTAINER="rcx@zoominternet.net"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.gnu.org/software/commoncpp/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/commoncpp/$TARBALL"
15 SPLIT="commoncpp2-dev"
17 compile_rules() {
18 sed -i -e '50 a\#include <sys/stat.h>' inc/cc++/applog.h
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 commoncpp2)
29 copy @std
30 DEPENDS="glibc-base gcc-lib-base zlib"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }