wok view mate-panel-dev/receipt @ rev 18080

Split mate-panel in mate-panel-dev
author Yuri Pourre <yuripourre@gmail.com>
date Fri May 22 18:02:36 2015 -0300 (2015-05-22)
parents
children 62a027dfcea3
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-panel-dev"
4 VERSION="1.9.1"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="Panel where you can run applications and applets using MATE."
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="http://www.mate-desktop.org/"
10 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
11 WANTED="mate-panel"
12 DEPENDS="mate-panel"
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 }