wok annotate mate-desktop-dev/receipt @ rev 18116
Format few descriptions (EOL at the end, 80 symbols length lines)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 07 00:27:07 2015 +0300 (2015-06-07) |
parents | ea0b0780b9d9 |
children | fc9203de5ff2 |
rev | line source |
---|---|
yuripourre@16958 | 1 # SliTaz package receipt. |
yuripourre@16958 | 2 |
yuripourre@16958 | 3 PACKAGE="mate-desktop-dev" |
yuripourre@17802 | 4 VERSION="1.9.3" |
yuripourre@16958 | 5 CATEGORY="utilities" |
yuripourre@16958 | 6 LICENSE="GPL3" |
yuripourre@16958 | 7 SHORT_DESC="Common package for MATE Desktop applications." |
yuripourre@16958 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16958 | 9 WEB_SITE="http://www.mate-desktop.org/" |
yuripourre@16958 | 10 WANTED="mate-desktop" |
yuripourre@16958 | 11 DEPENDS="mate-desktop" |
yuripourre@16958 | 12 TAGS="MATE" |
yuripourre@16958 | 13 |
yuripourre@16958 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@16958 | 15 genpkg_rules() |
yuripourre@16958 | 16 { |
yuripourre@16958 | 17 mkdir -p $fs/usr/lib $fs/usr/include |
yuripourre@16958 | 18 cp -a $install/usr/lib/*.a $fs/usr/lib |
yuripourre@16958 | 19 cp -a $install/usr/lib/*.la $fs/usr/lib |
yuripourre@16958 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
yuripourre@16958 | 21 cp -a $install/usr/include/* $fs/usr/include |
yuripourre@16958 | 22 } |