wok annotate libev/receipt @ rev 22178

corrected font-manager again
author Hans-G?nter Theisgen
date Sat Nov 09 11:39:06 2019 +0100 (2019-11-09)
parents dd38b4c08c8d
children 248a3f57e01a
rev   line source
mallory@2683 1 # SliTaz package receipt.
mallory@2683 2
mallory@2683 3 PACKAGE="libev"
Hans-G?nter@21174 4 VERSION="4.25"
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
pascal@15472 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
mallory@2683 29 }