wok-next view libart_lgpl/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 6fe02d53a2a2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libart_lgpl"
4 VERSION="2.3.21"
5 CATEGORY="x-window"
6 SHORT_DESC="A library for high-performance 2D graphics"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.levien.com/libart/"
10 REPOLOGY="libart-lgpl"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libart_lgpl) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }