wok-next annotate xf86-video-neomagic/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xf86-video-neomagic"
al@21072 4 VERSION="1.2.9" # 2015-05-08
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Xorg driver for the Neomagic graphics chipsets found in many \
al@21072 7 laptop computers"
al@21072 8 MAINTAINER="devel@slitaz.org"
al@21072 9 LICENSE="MIT"
al@21072 10 WEB_SITE="https://www.x.org/wiki/neomagic/"
al@21072 11 REPOLOGY="xdrv:neomagic"
al@21072 12
al@21072 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
al@21072 15 TARBALL_SHA1="63762e9144926c0071f86a5a3c2bc88c02db5a4b"
al@21072 16
al@21072 17 BUILD_DEPENDS="util-macros xorg-server-dev xorgproto"
al@21072 18 DEPENDS="xorg-server"
al@21072 19
al@21072 20 compile_rules() {
al@21072 21 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
al@21072 22
al@21072 23 ./configure $CONFIGURE_ARGS &&
al@21072 24 fix libtool &&
al@21072 25 make &&
al@21072 26 make install
al@21072 27 }
al@21072 28
al@21072 29 TAGS="Xorg display"
al@21072 30
al@21072 31 PROVIDE="xorg-xf86-video-neomagic"