f05fb057fb
- these packages are *very* incomplete. testing/improvements/fixes are definitely needed. - firefox for Linux/i386 starts about 50% of the time (and runs flawlessly when it does) on NetBSD 2.0E with these libraries, but this may be a Linux compat issue. I haven't really tested much else. - ldconfig handling is non-existant yet. the packages are taken from the latest unstable debian tree dated 20040607.
26 lines
680 B
Makefile
26 lines
680 B
Makefile
# $Id: Makefile,v 1.1.1.1 2004/06/11 10:02:24 grantbeattie Exp $
|
|
|
|
DISTNAME= # empty
|
|
DISTFILES= ${DEBS}
|
|
PKGNAME= debian_glib-1.2.10.9
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://ftp.wa.au.debian.org/debian/pool/main/g/glib1.2/
|
|
|
|
MAINTAINER= grant@NetBSD.org
|
|
HOMEPAGE= http://www.debian.org/
|
|
COMMENT= Debian Linux glib1.2 package
|
|
|
|
ONLY_FOR_PLATFORM+= NetBSD-1.6*-i386
|
|
ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-i386
|
|
|
|
DEPENDS+= debian_base-[0-9]*:../../wip/debian_base
|
|
|
|
DIST_SUBDIR= debian_linux
|
|
|
|
DEBS= libglib1.2_1.2.10-9_${MACHINE_ARCH}.deb
|
|
|
|
do-extract: do-extract-deb
|
|
do-install: do-install-deb
|
|
|
|
.include "../../wip/debian_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|