wok view libuninameslist-dev/receipt @ rev 18227

wine: modify /etc/locale.conf for UTF-8 support
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 20 08:25:22 2015 +0200 (2015-07-20)
parents
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="libuninameslist-dev"
4 VERSION="0.4.20140731"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libuninameslist"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://github.com/fontforge/libuninameslist"
11 DEPENDS="libuninameslist"
12 WANTED="libuninameslist"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 }