wok annotate compiz-libcompizconfig/receipt @ rev 23593
python-pysol-cards: added build dependency
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 08 11:15:24 2020 +0100 (2020-04-08) |
parents | d37d15244372 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@11219 | 1 # SliTaz package receipt. |
pascal@11219 | 2 |
pascal@11219 | 3 PACKAGE="compiz-libcompizconfig" |
psychomaniak@19217 | 4 SOURCE="libcompizconfig" |
Hans-G?nter@22613 | 5 VERSION="0.8.14" |
pascal@11219 | 6 CATEGORY="x-window" |
pascal@11219 | 7 SHORT_DESC="Compiz configuration library." |
pascal@11219 | 8 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 9 LICENSE="GPL2" |
Hans-G?nter@22613 | 10 WEB_SITE="https://github.com/compiz-reloaded" |
Hans-G?nter@22613 | 11 |
psychomaniak@19217 | 12 TARBALL="$SOURCE-$VERSION.tar.xz" |
psychomaniak@19217 | 13 WGET_URL="$WEB_SITE/$SOURCE/releases/download/v$VERSION/$TARBALL" |
pascal@11219 | 14 |
Hans-G?nter@22613 | 15 DEPENDS="compiz-core glib libgio libxml2 protobuf" |
Hans-G?nter@22613 | 16 BUILD_DEPENDS="compiz-core-dev file glib-dev glibc-dev libgio-dev |
Hans-G?nter@22613 | 17 libtool libxml2-dev libxslt-dev mesa-dev |
Hans-G?nter@22613 | 18 protobuf-dev startup-notification-dev xorg-dev" |
pankso@12405 | 19 |
pascal@11219 | 20 # Rules to configure and make the package. |
pascal@11219 | 21 compile_rules() |
pascal@11219 | 22 { |
Hans-G?nter@22613 | 23 ./configure --sysconfdir=/etc && |
Hans-G?nter@22613 | 24 make && |
Hans-G?nter@22613 | 25 make install |
pascal@11219 | 26 } |
pascal@11219 | 27 |
pascal@11219 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11219 | 29 genpkg_rules() |
pascal@11219 | 30 { |
Hans-G?nter@22613 | 31 mkdir -p $fs/usr/lib |
Hans-G?nter@22613 | 32 mkdir -p $fs/usr/share |
Hans-G?nter@22613 | 33 |
Hans-G?nter@22613 | 34 cp -a $install/etc $fs |
Hans-G?nter@22613 | 35 cp -a $install/usr/lib/compiz* $fs/usr/lib |
Hans-G?nter@22613 | 36 cp -a $install/usr/lib/*.so* $fs/usr/lib |
Hans-G?nter@22613 | 37 cp -a $install/usr/share/compiz $fs/usr/share |
psychomaniak@19217 | 38 find $fs -name 'lib*a' -delete |
pascal@11219 | 39 } |