wok-current annotate libexif/receipt @ rev 22835
modified get-flash-plugin
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 10 10:39:19 2020 +0100 (2020-02-10) |
parents | 38c69652a653 |
children | 0b02213fe0a1 |
rev | line source |
---|---|
pankso@1277 | 1 # SliTaz package receipt. |
pankso@1277 | 2 |
pankso@1277 | 3 PACKAGE="libexif" |
Hans-G?nter@21176 | 4 VERSION="0.6.21" |
pankso@1277 | 5 CATEGORY="system-tools" |
pankso@1277 | 6 SHORT_DESC="Reads and writes EXIF metainformation from and to image files." |
pankso@1277 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15472 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@21176 | 9 WEB_SITE="http://libexif.sourceforge.net/" |
Hans-G?nter@21176 | 10 |
pankso@1277 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@1277 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
Hans-G?nter@21176 | 13 |
pankso@16095 | 14 HOST_ARCH="i486 arm" |
pankso@1277 | 15 |
pankso@1277 | 16 # Rules to configure and make the package. |
pankso@1277 | 17 compile_rules() |
pankso@1277 | 18 { |
Hans-G?nter@21176 | 19 ./configure \ |
Hans-G?nter@21176 | 20 --prefix=/usr \ |
Hans-G?nter@21176 | 21 $CONFIGURE_ARGS && |
Hans-G?nter@21176 | 22 make -j 1 && |
pascal@15472 | 23 make DESTDIR=$DESTDIR install |
pankso@1277 | 24 } |
pankso@1277 | 25 |
pankso@1277 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@1277 | 27 genpkg_rules() |
pankso@1277 | 28 { |
pankso@1277 | 29 mkdir -p $fs/usr/lib |
pascal@15472 | 30 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@1277 | 31 } |