wok diff cairo-gl-dev/receipt @ rev 16225
Up: gnucash (2.6.3)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Apr 01 07:48:33 2014 +0000 (2014-04-01) |
parents | |
children | 02d98b4ae62d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cairo-gl-dev/receipt Tue Apr 01 07:48:33 2014 +0000 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="cairo-gl-dev" 1.7 +VERSION="1.12.2" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="2D graphics library devel files with GL support." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="MPL LGPL2.1" 1.12 +WEB_SITE="http://www.cairographics.org/" 1.13 +WANTED="cairo-gl" 1.14 +HOST_ARCH="i486" 1.15 + 1.16 +DEPENDS="pixman-dev xorg-libXrender-dev glib-dev libxcb-dev xcb-util-dev \ 1.17 +cairo fontconfig-dev freetype-dev libpng-dev expat-dev pkg-config \ 1.18 +mesa-wayland-dev" 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/lib 1.24 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.25 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 + cp -a $install/usr/include $fs/usr 1.27 +}