wok annotate libdrm-mach64/receipt @ rev 15116
libcclc: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 21:26:49 2013 +0000 (2013-08-14) |
parents | fbac7633537e |
children | 6c3718ca17b6 |
rev | line source |
---|---|
gokhlayeh@8808 | 1 # SliTaz package receipt. |
gokhlayeh@8808 | 2 |
gokhlayeh@8808 | 3 PACKAGE="libdrm-mach64" |
pascal@14200 | 4 VERSION="20130130" |
gokhlayeh@8808 | 5 CATEGORY="x-window" |
gokhlayeh@8808 | 6 SHORT_DESC="DRM Library for mach64 (deprecated but no alternative)." |
gokhlayeh@8808 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
slaxemulator@9623 | 8 DEPENDS="linux" |
slaxemulator@9623 | 9 BUILD_DEPENDS="linux-module-headers" |
gokhlayeh@8808 | 10 WEB_SITE="http://dri.freedesktop.org/wiki/DRM" |
slaxemulator@9623 | 11 SOURCE="mach64" |
slaxemulator@9623 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
gokhlayeh@8808 | 13 WGET_URL="http://trya.alwaysdata.net/linux/$TARBALL" |
gokhlayeh@8808 | 14 |
gokhlayeh@8808 | 15 # Rules to configure and make the package. |
gokhlayeh@8808 | 16 compile_rules() |
gokhlayeh@8808 | 17 { |
gokhlayeh@8808 | 18 cd $src |
gokhlayeh@8808 | 19 #DESTDIR="$DESTDIR/lib/modules/`uname -r`/kernel/" |
pascal@8908 | 20 find -name Makefile | xargs sed -i \ |
pascal@8908 | 21 "s|/lib/modules/\`uname -r\`/build|/usr/src/linux|" |
gokhlayeh@8808 | 22 KERN_DIR=/usr/src/linux make |
gokhlayeh@8808 | 23 } |
gokhlayeh@8808 | 24 |
gokhlayeh@8808 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8808 | 26 genpkg_rules() |
gokhlayeh@8808 | 27 { |
gokhlayeh@8808 | 28 KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` |
gokhlayeh@8808 | 29 install -D -m644 $src/mach64.ko \ |
gokhlayeh@8808 | 30 "$fs/lib/modules/$KERNEL_VERSION-slitaz/kernel/drivers/gpu/drm/mach64/mach64.ko" |
gokhlayeh@8808 | 31 } |