wok annotate libev/receipt @ rev 23857

Up exiftool (12.00)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 17 10:08:20 2020 +0000 (2020-06-17)
parents e7c3016b3a7d
children ede1d184d5c5
rev   line source
mallory@2683 1 # SliTaz package receipt.
mallory@2683 2
mallory@2683 3 PACKAGE="libev"
Hans-G?nter@23025 4 VERSION="4.31"
mallory@2683 5 CATEGORY="system-tools"
pankso@16441 6 SHORT_DESC="A full-featured and high-performance event loop."
mallory@2683 7 MAINTAINER="mallory@sweetpeople.org"
pascal@15472 8 LICENSE="BSD"
Hans-G?nter@21174 9 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
Hans-G?nter@21174 10
mallory@2683 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
mallory@2683 12 WGET_URL="http://dist.schmorp.de/libev/$TARBALL"
Hans-G?nter@21174 13
pankso@16441 14 HOST_ARCH="i486 arm"
mallory@2683 15
mallory@2683 16 # Rules to configure and make the package.
mallory@2683 17 compile_rules()
mallory@2683 18 {
slaxemulator@10206 19 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21174 20 make -j 1 &&
Hans-G?nter@21174 21 make install
mallory@2683 22 }
mallory@2683 23
mallory@2683 24 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@2683 25 genpkg_rules()
mallory@2683 26 {
slaxemulator@10206 27 mkdir -p $fs/usr/lib
Hans-G?nter@23025 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
mallory@2683 29 }