wok-next view libspectre/receipt @ rev 19843

Up dbus, pcmciautils, opus-tools; add syslinux-slitaz-repack (to substitute syslinux), syslinux-slitaz-extra-repack (to substitute syslinux-extra).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 23 17:19:53 2017 +0300 (2017-08-23)
parents
children b367284a8ac3
line source
1 # SliTaz package receipt.
3 PACKAGE="libspectre"
4 VERSION="0.2.7"
5 CATEGORY="office"
6 SHORT_DESC="libspectre is a small library for rendering Postscript documents"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://libspectre.freedesktop.org/releases/$TARBALL"
13 DEPENDS="ghostscript"
14 BUILD_DEPENDS="ghostscript-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/lib/*.so* $fs/usr/lib
27 }