wok annotate libspiro/receipt @ rev 20374

Add xorg-xf86-video-modesetting
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 12 13:38:11 2018 +0200 (2018-06-12)
parents
children 613c3bd6bc9b
rev   line source
al@17914 1 # SliTaz package receipt.
al@17914 2
al@17914 3 PACKAGE="libspiro"
al@17914 4 VERSION="0.3.20150131"
al@17914 5 CATEGORY="misc"
al@17914 6 SHORT_DESC="Spiro simplifies the drawing of beautiful curves."
al@17914 7 MAINTAINER="al.bobylev@gmail.com"
al@17914 8 LICENSE="GPL3"
al@17914 9 WEB_SITE="https://github.com/fontforge/libspiro"
al@17914 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@17914 11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@17914 12
al@17914 13 DEPENDS=""
al@17914 14 BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
al@17914 15
al@17914 16 # Rules to configure and make the package.
al@17914 17 compile_rules()
al@17914 18 {
al@17914 19 autoreconf -i
al@17914 20 automake --foreign -Wall
al@17914 21 ./configure $CONFIGURE_ARGS && make && make install
al@17914 22 }
al@17914 23
al@17914 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17914 25 genpkg_rules()
al@17914 26 {
al@17914 27 mkdir -p $fs/usr/lib
al@17914 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@17914 29 }