wok view libuninameslist/receipt @ rev 18349

visualboyadvance: add vba.glade closes bug #146
author Richard Dunbar <mojo@slitaz.org>
date Fri Sep 11 20:23:18 2015 -0400 (2015-09-11)
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 }