wok-next view libhangul/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libhangul"
4 VERSION="0.1.0"
5 CATEGORY="misc"
6 SHORT_DESC="Library for Hangul"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://kldp.net/hangul/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://libhangul.googlecode.com/files/$TARBALL" # FIXME
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure \
18 --datadir=/usr/lib \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libhangul) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }