wok view get-java6-jre/receipt @ rev 7221
Removed --enable-gl-osmesa in mesa. I hope this doesn't break everything. I think this will fix mesa-demos since archlinux doesn't have --enable-gl-osmesa in there mesa.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 11 01:40:18 2010 +0000 (2010-11-11) |
parents | d732948e6b0b |
children | bb0c451a25cc |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-java6-jre"
4 VERSION="1.0"
5 CATEGORY="non-free"
6 SHORT_DESC="SUN Java Runtime"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="xorg-libXtst"
9 WEB_SITE="http://www.java.com"
10 TAGS="java"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 install -o root -g root -m755 stuff/get-java6-jre $fs/usr/bin
17 }