wok-next view plymouth/receipt @ rev 20558

openmotif: fix syntax error in receipt
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:14:50 2018 +0300 (2018-04-07)
parents dd145c435e4b
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="plymouth"
4 VERSION="0.8.6.1"
5 CATEGORY="base-system"
6 SHORT_DESC="A graphical boot splash screen with KMS support"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/Plymouth"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.freedesktop.org/software/plymouth/releases/$TARBALL"
14 BUILD_DEPENDS="libpng16-dev pango-dev gtk+-dev xorg-libpciaccess-dev libdrm-dev"
16 compile_rules() {
17 ./configure \
18 --libexecdir=/usr/lib \
19 --with-system-root-install \
20 --with-log-viewer \
21 --with-release-file=/etc/slitaz-release \
22 --disable-libdrm_nouveau \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="libpng16 pango gtk+ xorg-libpciaccess libdrm"
31 }