wok-next view libunwind/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents fd8b9f3b8878
children 5841522533ec
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libunwind"
4 VERSION="1.2.1"
5 CATEGORY="development"
6 SHORT_DESC="C programming interface (API) to determine the call-chain of a program"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="custom"
9 WEB_SITE="http://www.nongnu.org/libunwind/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://download.savannah.gnu.org/releases/libunwind/$TARBALL"
14 BUILD_DEPENDS="xz-dev"
15 SPLIT="libunwind-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 case $PACKAGE in
23 libunwind)
24 copy @std
25 DEPENDS="liblzma"
26 ;;
27 *-dev)
28 copy @dev
29 DEPENDS="libunwind xz-dev"
30 ;;
31 esac
32 }