wok-next annotate glew-dev/receipt @ rev 15608
hubbub: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:31:17 2013 +0000 (2013-12-06) |
parents | 8ed62ecac0c7 |
children |
rev | line source |
---|---|
gokhlayeh@7001 | 1 # SliTaz package receipt. |
gokhlayeh@7001 | 2 |
gokhlayeh@7001 | 3 PACKAGE="glew-dev" |
slaxemulator@8634 | 4 VERSION="1.5.8" |
gokhlayeh@7001 | 5 CATEGORY="development" |
gokhlayeh@7001 | 6 SHORT_DESC="The OpenGL Extension Wrangler Library. (devel files)" |
gokhlayeh@7001 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="MIT BSD" |
gokhlayeh@7001 | 9 WEB_SITE="http://glew.sourceforge.net/" |
gokhlayeh@7001 | 10 WANTED="glew" |
gokhlayeh@7001 | 11 |
pascal@15597 | 12 DEPENDS="glew pkg-config" |
pascal@15597 | 13 |
gokhlayeh@7001 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@7001 | 15 genpkg_rules() |
gokhlayeh@7001 | 16 { |
gokhlayeh@7001 | 17 mkdir -p $fs/usr/lib |
pascal@15600 | 18 cp -a $install/usr/include $fs/usr |
pascal@15600 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15600 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
gokhlayeh@7001 | 21 } |
gokhlayeh@7001 | 22 |