wok diff libunwind/receipt @ rev 17239

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
parents
children 6ef615abdd86
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libunwind/receipt	Sat Oct 18 17:59:10 2014 +0200
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libunwind"
     1.7 +VERSION="1.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="C programming interface (API) to determine the call-chain of a program."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="custom"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.nongnu.org/libunwind/"
    1.14 +WGET_URL="http://download.savannah.gnu.org/releases/libunwind/$TARBALL"
    1.15 +
    1.16 +DEPENDS="liblzma"
    1.17 +BUILD_DEPENDS="liblzma-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure \
    1.23 +		$CONFIGURE_ARGS &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib
    1.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.32 +}