wok-6.x annotate weston-dev/receipt @ rev 25490
Up foomatic-db-nonfree (20221115)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 17 11:49:10 2022 +0000 (24 months ago) |
parents | fd8b9f3b8878 |
children |
rev | line source |
---|---|
pankso@16204 | 1 # SliTaz package receipt. |
pankso@16204 | 2 |
pankso@16204 | 3 PACKAGE="weston-dev" |
pankso@16204 | 4 VERSION="1.4.0" |
pankso@16204 | 5 CATEGORY="development" |
pankso@16204 | 6 SHORT_DESC="Weston compositor devel files." |
pankso@16204 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@16204 | 8 LICENSE="MIT" |
pankso@16204 | 9 WANTED="weston" |
pankso@16204 | 10 WEB_SITE="http://www.bluez.org/" |
pankso@16204 | 11 |
pascal@19774 | 12 DEPENDS="weston pkg-config" |
pascal@19774 | 13 |
pankso@16204 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@16204 | 15 genpkg_rules() |
pankso@16204 | 16 { |
pankso@16204 | 17 mkdir -p $fs/usr/lib/weston $fs/usr/share |
pankso@16204 | 18 cp -a $install/usr/include $fs/usr |
pankso@16204 | 19 cp -a $install/usr/lib/weston/*.*a $fs/usr/lib/weston |
pankso@16204 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@16204 | 21 } |