wok-6.x view libidn/receipt @ rev 22775
updated freeglut and freeglut-dev (3.0.0 -> 3.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 25 17:40:40 2020 +0100 (2020-01-25) |
parents | fa583ef36fa9 |
children | 5d79829fa876 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libidn"
4 VERSION="1.35"
5 CATEGORY="system-tools"
6 SHORT_DESC="Encode and decode internationalized domain names."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://www.gnu.org/software/$PACKAGE/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 HOST_ARCH="i486 arm"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make $MAKEFLAGS -j 1 &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/lib/*.so* $fs/usr/lib
31 }