wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mate-panel-dev/receipt	Fri May 22 18:02:36 2015 -0300
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mate-panel-dev"
     1.7 +VERSION="1.9.1"
     1.8 +CATEGORY="utilities"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="Panel where you can run applications and applets using MATE."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +WEB_SITE="http://www.mate-desktop.org/"
    1.13 +WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
    1.14 +WANTED="mate-panel"
    1.15 +DEPENDS="mate-panel"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib $fs/usr/include
    1.21 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 +	cp -a $install/usr/include/* $fs/usr/include
    1.24 +}