wok-current annotate mate-desktop/receipt @ rev 21487
updated ms-sys (2.5.0 -> 2.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 01 14:25:01 2019 +0100 (2019-05-01) |
parents | e863f2041090 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
yuripourre@16946 | 1 # SliTaz package receipt. |
yuripourre@16946 | 2 |
yuripourre@16946 | 3 PACKAGE="mate-desktop" |
yuripourre@17802 | 4 VERSION="1.9.3" |
yuripourre@16946 | 5 CATEGORY="utilities" |
yuripourre@16946 | 6 LICENSE="GPL3" |
yuripourre@16946 | 7 SHORT_DESC="Common package for MATE Desktop applications." |
yuripourre@16946 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16946 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
yuripourre@16946 | 10 WEB_SITE="http://www.mate-desktop.org/" |
yuripourre@16946 | 11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" |
yuripourre@18280 | 12 TAGS="MATE" |
psychomaniak@18277 | 13 DEPENDS="gtk+ gdk-pixbuf libltdl" |
yuripourre@16958 | 14 BUILD_DEPENDS="wget cacerts autoconf automake dconf-dev libtool itstool \ |
yuripourre@16960 | 15 mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-dev" |
yuripourre@16946 | 16 |
yuripourre@16946 | 17 # Rules to configure and make the package. |
yuripourre@16946 | 18 compile_rules() |
yuripourre@16946 | 19 { |
al@18734 | 20 ./autogen.sh \ |
yuripourre@16946 | 21 --prefix=/usr \ |
yuripourre@16946 | 22 $CONFIGURE_ARGS && |
yuripourre@16946 | 23 make && |
yuripourre@16946 | 24 make DESTDIR=$DESTDIR install |
yuripourre@16946 | 25 } |
yuripourre@16946 | 26 |
yuripourre@16958 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
yuripourre@16946 | 28 genpkg_rules() |
yuripourre@16946 | 29 { |
yuripourre@16958 | 30 mkdir -p $fs/usr/lib |
yuripourre@16958 | 31 cp -a $install/usr/bin $fs/usr |
yuripourre@16958 | 32 cp -a $install/usr/share $fs/usr |
yuripourre@16958 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
yuripourre@16946 | 34 } |