wok view xcb-util-keysyms-dev/receipt @ rev 13821

[A-e]*/*.desktop files: sort (for easy reading), add translations (from web + my ru), verify (using desktop-file-validate), fix. To be continued...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 07 01:07:44 2013 +0000 (2013-01-07)
parents
children 1579e41f30b5
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-keysyms-dev"
4 VERSION="0.3.8"
5 CATEGORY="development"
6 SHORT_DESC="devel files for xcb-util-keysyms"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://xcb.freedesktop.org/"
9 WANTED="xcb-util-keysyms"
11 DEPENDS="xcb-util-keysyms"
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 cp -a $install/usr/lib/*.la $fs/usr/lib
20 }