wok annotate libspectre/receipt @ rev 22204

linld: 8086 may load zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 11 12:29:56 2019 +0100 (2019-11-11)
parents
children ede1d184d5c5
rev   line source
al@16625 1 # SliTaz package receipt.
al@16625 2
al@16625 3 PACKAGE="libspectre"
al@16625 4 VERSION="0.2.7"
al@16625 5 CATEGORY="office"
al@16625 6 SHORT_DESC="libspectre is a small library for rendering Postscript documents"
al@16625 7 MAINTAINER="al.bobylev@gmail.com"
al@16625 8 LICENSE="GPL2"
al@16625 9 WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre"
al@16625 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16625 11 WGET_URL="http://libspectre.freedesktop.org/releases/$TARBALL"
al@16625 12
al@16625 13 DEPENDS="ghostscript"
al@16625 14 BUILD_DEPENDS="ghostscript-dev"
al@16625 15
al@16625 16 # Rules to configure and make the package.
al@16625 17 compile_rules()
al@16625 18 {
al@16625 19 ./configure $CONFIGURE_ARGS && make && make install
al@16625 20 }
al@16625 21
al@16625 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16625 23 genpkg_rules()
al@16625 24 {
al@16625 25 mkdir -p $fs/usr/lib
al@16625 26 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@16625 27 }