wok annotate wayland-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 351577bd7833
children f15be612c035
rev   line source
pankso@16163 1 # SliTaz package receipt.
pankso@16163 2
pankso@16163 3 PACKAGE="wayland-dev"
pankso@16163 4 VERSION="1.4.0"
pankso@16163 5 CATEGORY="development"
pankso@16163 6 SHORT_DESC="Wayland X server devel files."
pankso@16163 7 MAINTAINER="pankso@slitaz.org"
pankso@16163 8 LICENSE="MIT"
pankso@16163 9 WANTED="wayland"
pankso@16163 10 WEB_SITE="http://www.bluez.org/"
pankso@16498 11 HOST_ARCH="i486 arm"
pankso@16163 12
pascal@19774 13 DEPENDS="wayland pkg-config"
pascal@19774 14
pankso@16163 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16163 16 genpkg_rules()
pankso@16163 17 {
pankso@16163 18 mkdir -p $fs/usr/lib $fs/usr/share
pankso@16163 19 cp -a $install/usr/include $fs/usr
pankso@16163 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
pankso@16163 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@16498 22 [ -d "$install/usr/share/pkgconfig" ] && \
pankso@16498 23 cp -a $install/usr/share/pkgconfig/* $fs/usr/lib/pkgconfig
pankso@16163 24 cp -a $install/usr/share/aclocal $fs/usr/share
pankso@16163 25 }