wok view libglw-mesa-dev/receipt @ rev 15184
cherokee/stuff/cherokee: tiny edit
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Aug 21 14:20:25 2013 +0000 (2013-08-21) |
parents | 7165deec6f70 |
children | 8f447cf2eee5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libglw-mesa-dev"
4 VERSION="8.0.0"
5 CATEGORY="development"
6 SHORT_DESC="OpenGL widget library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
10 WANTED="libglw-mesa"
11 DEPENDS="libglw-mesa"
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/lib/libGLw*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }