wok view libuninameslist/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents
children ad0ab8fb354c
line source
1 # SliTaz package receipt.
3 PACKAGE="libuninameslist"
4 VERSION="0.4.20140731"
5 CATEGORY="misc"
6 SHORT_DESC="A Library of Unicode names and annotation data"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://github.com/fontforge/libuninameslist"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
13 DEPENDS=""
14 BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 autoreconf -i
20 automake
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }