wok-current annotate libglw-mesa/receipt @ rev 14753
busybox-boot: create /usr/share/boot/initrd (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 16 19:55:07 2013 +0200 (2013-06-16) |
parents | 37eb1b42e1fe |
children | 8f447cf2eee5 |
rev | line source |
---|---|
rcx@3695 | 1 # SliTaz package receipt. |
rcx@3695 | 2 |
rcx@3695 | 3 PACKAGE="libglw-mesa" |
pascal@13790 | 4 VERSION="8.0.0" |
pascal@13790 | 5 CATEGORY="x-window" |
rcx@3695 | 6 SHORT_DESC="OpenGL widget library" |
rcx@3695 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13790 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
rcx@3695 | 9 WEB_SITE="http://www.mesa3d.org/" |
pascal@13790 | 10 WGET_URL="git|git://anongit.freedesktop.org/mesa/glw.git" |
pascal@13790 | 11 PROVIDE="libglw" |
pascal@13790 | 12 |
pankso@12481 | 13 DEPENDS="glibc-base util-linux-uuid zlib freetype lesstif mesa \ |
pascal@5003 | 14 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \ |
gokhlayeh@8135 | 15 lesstif" |
pascal@13790 | 16 BUILD_DEPENDS="mesa-dev automake autoconf libtool" |
pascal@13790 | 17 |
pascal@13790 | 18 # Rules to configure and make the package. |
pascal@13790 | 19 compile_rules() |
pascal@13790 | 20 { |
pascal@13790 | 21 cd $src |
pascal@13790 | 22 ./autogen.sh |
pascal@13790 | 23 ./configure \ |
pascal@13790 | 24 --prefix=/usr \ |
pascal@13790 | 25 $CONFIGURE_ARGS && |
pascal@13790 | 26 make $MAKEFLAGS && make install |
pascal@13790 | 27 } |
rcx@3695 | 28 |
rcx@3695 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3695 | 30 genpkg_rules() |
rcx@3695 | 31 { |
rcx@3695 | 32 mkdir -p $fs/usr/lib |
pascal@13790 | 33 cp -a $install/usr/lib/libGLw*so* $fs/usr/lib |
rcx@3695 | 34 } |