wok-next view metacity/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="metacity"
4 VERSION="2.30.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Window manager"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://blogs.gnome.org/metacity/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gsettings-desktop-schemas glib-dev gtk2-dev \
15 libxcomposite-dev libxdamage-dev zenity-gtk2 libxinerama-dev \
16 libxrandr-dev libxcursor-dev libcanberra-dev libltdl libvorbis-dev \
17 libogg-dev libtool gnome-doc-utils gconf-dev util-linux-uuid-dev intltool"
19 compile_rules() {
20 ./configure \
21 --disable-verbose-mode \
22 --disable-sm \
23 --disable-scrollkeeper \
24 &&
25 fix libtool &&
26 make &&
27 make DESTDIR=$install install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="gsettings-desktop-schemas glib gtk2 libxcomposite \
33 libxdamage zenity-gtk2 libxinerama libxrandr libxcursor \
34 libcanberra libltdl libvorbis libogg gconf"
35 }