wok-next view plymouth/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://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="libpng-dev pango-dev gtk2-dev 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 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="libpng pango gtk2 libpciaccess libdrm"
32 }