wok view mate-menus-dev/receipt @ rev 18007

busybox, slitaz-base-files: update copyright year (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 28 20:32:14 2015 +0200 (2015-04-28)
parents
children afab00bd26c5
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-menus-dev"
4 VERSION="1.9.0"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="Common package for MATE Desktop applications."
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="http://www.mate-desktop.org/"
10 WANTED="mate-menus"
11 DEPENDS="mate-menus"
12 TAGS="MATE"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/include
18 cp -a $install/usr/lib/*.la $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include/* $fs/usr/include
21 }