wok-next view libsigsegv/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children d635206a5649
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsigsegv"
4 VERSION="2.12"
5 CATEGORY="libs"
6 SHORT_DESC="Library for handling page faults in user mode"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnu.org/software/libsigsegv/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libsigsegv.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --enable-shared \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$install install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libsigsegv) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }