wok-current view gmpc-dev/receipt @ rev 19061
Add: Transcends Games. A font with retro-futuristic style.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Apr 20 23:17:41 2016 -0300 (2016-04-20) |
parents | 8ed62ecac0c7 |
children | fc9203de5ff2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gmpc-dev"
4 VERSION="11.8.16"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="gmpc devel library."
9 WANTED="gmpc"
10 WEB_SITE="http://gmpclient.org"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }