diff options
Diffstat (limited to 'emulators/linuxppc_lib')
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index cadc2141101..7abc5d0f28d 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2006/05/26 19:10:43 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2006/10/04 21:38:37 wiz Exp $ DISTNAME= linuxppc_lib-2000.4.6 PKGREVISION= 1 CATEGORIES= emulators -MASTER_SITES+= ftp://ftp.linuxppc.org/linuxppc-halloween/software/ -MASTER_SITES+= http://linuxppc.org/software/java/dl/motif/ +MASTER_SITES= ${MASTER_SITE_LOCAL} RPMFILES= glibc-2.1.3-15f.ppc.rpm glib-1.2.8-3.ppc.rpm \ libjpeg-6b-13.ppc.rpm libpng-1.0.5-3.ppc.rpm \ libstdc++-2.10.0-2n.ppc.rpm libtermcap-2.0.8-20.ppc.rpm \ @@ -16,7 +15,6 @@ DISTFILES+= ${RPMFILES} DISTFILES+= openmotif-2.1.30-3_MLI_jdk.tar.gz MAINTAINER= p99dreyf@criens.u-psud.fr -HOMEPAGE= http://www.linuxppc.org/ COMMENT= Libraries to run Linux binaries on NetBSD/powerpc (includes X11) BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg |