wok annotate edbus-dev/receipt @ rev 14517

linux: fix local privilege escalation 0day, 2.6.37 - 3.8.10
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 16 16:02:27 2013 +0200 (2013-05-16)
parents 0941341ce316
children 2aadfa4343ca
rev   line source
pankso@2913 1 # SliTaz package receipt.
pankso@2913 2
pankso@2913 3 PACKAGE="edbus-dev"
domcox@14327 4 VERSION="1.7.6"
pankso@2913 5 CATEGORY="development"
pankso@2913 6 SHORT_DESC="E17 dbus devel files."
pankso@2913 7 MAINTAINER="pankso@slitaz.org"
pankso@2913 8 WANTED="edbus"
pankso@2913 9 SOURCE="e_dbus"
pankso@2913 10 WEB_SITE="http://www.enlightenment.org/"
pankso@2913 11
domcox@14405 12 DEPENDS="ecore-dev dbus-dev"
domcox@14405 13
pankso@2913 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2913 15 genpkg_rules()
pankso@2913 16 {
pankso@2913 17 mkdir -p $fs/usr/lib
pankso@13641 18 cp -a $install/usr/include $fs/usr
pankso@13641 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pankso@13641 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@2913 21 }