wok rev 3696

Update: freeglut (DEPENDS and BUILD_DEPENDS)
author Matthew Sheets <rcx@zoominternet.net>
date Thu Jul 16 15:19:49 2009 +0000 (2009-07-16)
parents f7311b2e6694
children 3dbe7f9596e4
files freeglut-dev/receipt freeglut/receipt
line diff
     1.1 --- a/freeglut-dev/receipt	Thu Jul 16 11:10:09 2009 +0000
     1.2 +++ b/freeglut-dev/receipt	Thu Jul 16 15:19:49 2009 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="OpenGL utility toolkit development files."
     1.6  MAINTAINER="b1+slitaz@nagel.org"
     1.7 +WEB_SITE="http://freeglut.sourceforge.net/"
     1.8  WANTED="freeglut"
     1.9 -WEB_SITE="http://freeglut.sourceforge.net/"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
     2.1 --- a/freeglut/receipt	Thu Jul 16 11:10:09 2009 +0000
     2.2 +++ b/freeglut/receipt	Thu Jul 16 15:19:49 2009 +0000
     2.3 @@ -5,11 +5,14 @@
     2.4  CATEGORY="x-window"
     2.5  SHORT_DESC="OpenGL utility toolkit."
     2.6  MAINTAINER="b1+slitaz@nagel.org"
     2.7 -DEPENDS="xorg libgl libglu"
     2.8 -BUILD_DEPENDS="xorg-dev xorg-dev-proto mesa-dev mesa"
     2.9 -TARBALL="freeglut-$VERSION.tar.gz"
    2.10 +DEPENDS="glibc-base gcc-lib-base libdrm libgl libglu \
    2.11 +xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp \
    2.12 +xorg-libXext xorg-libXfixes xorg-libXxf86vm"
    2.13 +BUILD_DEPENDS="slitaz-toolchain mesa-dev mesa \
    2.14 +xorg-xproto xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev"
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16  WEB_SITE="http://freeglut.sourceforge.net/"
    2.17 -WGET_URL="http://internap.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL"
    2.18 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()