wok-next annotate metacity/receipt @ rev 20817

palemoon: try #3: fatal error: sys/int_types.h
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 20:05:18 2018 +0000 (2018-06-13)
parents 757d032c55c7
children a3c581bf52b8
rev   line source
al@20599 1 # SliTaz package receipt v2.
al@13522 2
al@13522 3 PACKAGE="metacity"
al@13522 4 VERSION="2.30.3"
al@13522 5 CATEGORY="x-window"
al@13522 6 SHORT_DESC="Window manager"
al@13522 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@20599 9 WEB_SITE="http://blogs.gnome.org/metacity/"
al@20599 10
al@13522 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20599 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@13522 13
al@19779 14 BUILD_DEPENDS="gsettings-desktop-schemas glib-dev gtk+-dev \
al@20067 15 xorg-libXcomposite-dev xorg-libXdamage-dev zenity-gtk2 xorg-libXinerama-dev \
pascal@15623 16 xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev \
al@20534 17 libogg-dev libtool gnome-doc-utils GConf-dev util-linux-uuid-dev intltool"
pascal@15000 18
al@20599 19 compile_rules() {
al@20599 20 ./configure \
al@20599 21 --disable-verbose-mode \
al@20599 22 --disable-sm \
al@20599 23 --disable-scrollkeeper \
al@20599 24 &&
al@20599 25 fix libtool &&
al@13522 26 make &&
pascal@15000 27 make DESTDIR=$DESTDIR install
al@13522 28 }
al@13522 29
al@20599 30 genpkg_rules() {
al@20599 31 copy @std
al@20599 32 DEPENDS="gsettings-desktop-schemas glib gtk+ xorg-libXcomposite \
al@20599 33 xorg-libXdamage zenity-gtk2 xorg-libXinerama xorg-libXrandr xorg-libXcursor \
al@20599 34 libcanberra libltdl libvorbis libogg GConf"
al@13522 35 }