diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-04-28 23:17:04 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-04-28 23:17:04 +0000 |
commit | c6484b03653592ddc9aeb1d797f0ee65f41a3c94 (patch) | |
tree | 38e0faf0bc427de113b7e483f20c23ae9b02dbc1 /emulators | |
parent | 9e162eeea1add6dec21bff28434e2ade78143967 (diff) | |
download | pkgsrc-c6484b03653592ddc9aeb1d797f0ee65f41a3c94.tar.gz |
add pkg for SuSE freetype2 library (needed for opera7)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_freetype2/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse_freetype2/Makefile | 25 | ||||
-rw-r--r-- | emulators/suse_freetype2/distinfo | 4 |
3 files changed, 34 insertions, 0 deletions
diff --git a/emulators/suse_freetype2/DESCR b/emulators/suse_freetype2/DESCR new file mode 100644 index 00000000000..b54860cc766 --- /dev/null +++ b/emulators/suse_freetype2/DESCR @@ -0,0 +1,5 @@ +Linux compatibility package based on the SuSE Linux distribution, take a +look at "http://www.suse.com/" for more information about it. + +This package supports running ELF binaries linked with freetype2 shared +libraries. diff --git a/emulators/suse_freetype2/Makefile b/emulators/suse_freetype2/Makefile new file mode 100644 index 00000000000..3f071a1aba1 --- /dev/null +++ b/emulators/suse_freetype2/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/28 23:17:04 jdolecek Exp $ + +DISTNAME= freetype2 +PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE:=gra1/} +EXTRACT_SUFX= .rpm + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for the FreeType2 library + +DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc + +USE_BUILDLINK2= YES +NO_BUILD= YES +EXTRACT_ONLY= # empty +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= ${DISTNAME}${EXTRACT_SUFX} + +.include "../suse_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_freetype2/distinfo b/emulators/suse_freetype2/distinfo new file mode 100644 index 00000000000..ec896db1089 --- /dev/null +++ b/emulators/suse_freetype2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/28 23:17:04 jdolecek Exp $ + +SHA1 (suse73/i386/freetype2.rpm) = 0bb5f61a5e8cb1b70ff4c1c69261894d9bd0282a +Size (suse73/i386/freetype2.rpm) = 115122 bytes |