wok annotate libuninameslist/receipt @ rev 18034

syslinux/taziso: add burn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 09 21:54:15 2015 +0200 (2015-05-09)
parents
children ad0ab8fb354c
rev   line source
al@17914 1 # SliTaz package receipt.
al@17914 2
al@17914 3 PACKAGE="libuninameslist"
al@17914 4 VERSION="0.4.20140731"
al@17914 5 CATEGORY="misc"
al@17914 6 SHORT_DESC="A Library of Unicode names and annotation data"
al@17914 7 MAINTAINER="al.bobylev@gmail.com"
al@17914 8 LICENSE="other"
al@17914 9 WEB_SITE="https://github.com/fontforge/libuninameslist"
al@17914 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@17914 11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@17914 12
al@17914 13 DEPENDS=""
al@17914 14 BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
al@17914 15
al@17914 16 # Rules to configure and make the package.
al@17914 17 compile_rules()
al@17914 18 {
al@17914 19 autoreconf -i
al@17914 20 automake
al@17914 21 ./configure $CONFIGURE_ARGS && make && make install
al@17914 22 }
al@17914 23
al@17914 24 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17914 25 genpkg_rules()
al@17914 26 {
al@17914 27 mkdir -p $fs/usr/lib
al@17914 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@17914 29 }