wok rev 8808
Add: libdrm-mach64 20110109
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 23 01:16:27 2011 +0100 (2011-02-23) |
parents | ce496ecccf24 |
children | a78433086aa5 |
files | libdrm-mach64/receipt mesa-dri-mach64/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libdrm-mach64/receipt Wed Feb 23 01:16:27 2011 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libdrm-mach64" 1.7 +VERSION="20110109" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="DRM Library for mach64 (deprecated but no alternative)." 1.10 +MAINTAINER="gokhlayeh@slitaz.org" 1.11 +DEPENDS="linux-module-headers" 1.12 +WEB_SITE="http://dri.freedesktop.org/wiki/DRM" 1.13 +TARBALL="mach64-$VERSION.tar.gz" 1.14 +WGET_URL="http://trya.alwaysdata.net/linux/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + #DESTDIR="$DESTDIR/lib/modules/`uname -r`/kernel/" 1.21 + KERN_DIR=/usr/src/linux make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` 1.28 + install -D -m644 $src/mach64.ko \ 1.29 + "$fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/drivers/gpu/drm/mach64/mach64.ko" 1.30 +}
2.1 --- a/mesa-dri-mach64/receipt Wed Feb 23 00:28:43 2011 +0100 2.2 +++ b/mesa-dri-mach64/receipt Wed Feb 23 01:16:27 2011 +0100 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Mesa DRI drivers for ATI Mach64." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 WEB_SITE="http://www.mesa3d.org/" 2.7 -DEPENDS="mesa mesa-dri" 2.8 +DEPENDS="mesa mesa-dri libdrm-mach64" 2.9 WANTED="mesa" 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.