wok annotate startup-notification-dev/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 47e1df965953
children 73f36875e5a7
rev   line source
erjo@252 1 # SliTaz package receipt.
erjo@252 2
erjo@252 3 PACKAGE="startup-notification-dev"
samuel_trassare@11874 4 VERSION="0.12"
pankso@271 5 CATEGORY="development"
erjo@252 6 SHORT_DESC="Startup notification protocol developpement files"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
erjo@252 9 WANTED="startup-notification"
erjo@252 10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
pankso@16269 11 HOST_ARCH="i486 arm"
erjo@252 12
pascal@15599 13 DEPENDS="startup-notification pkg-config"
pascal@15004 14
erjo@252 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@252 16 genpkg_rules()
erjo@252 17 {
pankso@255 18 mkdir -p $fs/usr/lib
pascal@15004 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15004 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15004 21 cp -a $install/usr/include $fs/usr
erjo@252 22 }