wok-next annotate libspectre/receipt @ rev 20365

palemoon: disable SSE2, up get-palemoon.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 24 08:37:29 2017 +0100 (2017-11-24)
parents 8609b5c4b762
children 5841522533ec
rev   line source
al@20095 1 # SliTaz package receipt v2.
al@16625 2
al@16625 3 PACKAGE="libspectre"
al@20095 4 VERSION="0.2.8"
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@20095 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/libspectre/"
al@20095 10
al@16625 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20095 12 WGET_URL="https://libspectre.freedesktop.org/releases/$TARBALL"
al@16625 13
al@20095 14 BUILD_DEPENDS="ghostscript-dev cairo-dev"
al@20095 15 SPLIT="libspectre-dev"
al@16625 16
al@20095 17 compile_rules() {
al@16625 18 ./configure $CONFIGURE_ARGS && make && make install
al@16625 19 }
al@16625 20
al@20095 21 genpkg_rules() {
al@20095 22 case $PACKAGE in
al@20095 23 libspectre)
al@20095 24 copy @std
al@20095 25 DEPENDS="ghostscript"
al@20095 26 ;;
al@20095 27 *-dev)
al@20095 28 copy @dev
al@20095 29 ;;
al@20095 30 esac
al@16625 31 }