diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:22:38 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-07-31 11:22:38 +0000 |
commit | f59b18902e8add882f7a32aeb7a1e0fb61e9b8cb (patch) | |
tree | 237bc2f0a6bfdadc34d83fc8ecb005931e7a120b /emulators | |
parent | 66c8815d3cf84c5b1fae04eb5623bb604f9fae82 (diff) | |
download | pkgsrc-f59b18902e8add882f7a32aeb7a1e0fb61e9b8cb.tar.gz |
SuSE 9.1 FreeType2 linux compatibility libraries, based on the SuSE 7.3
packages
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_freetype2/DESCR | 5 | ||||
-rw-r--r-- | emulators/suse91_freetype2/Makefile | 24 | ||||
-rw-r--r-- | emulators/suse91_freetype2/distinfo | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/emulators/suse91_freetype2/DESCR b/emulators/suse91_freetype2/DESCR new file mode 100644 index 00000000000..b54860cc766 --- /dev/null +++ b/emulators/suse91_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/suse91_freetype2/Makefile b/emulators/suse91_freetype2/Makefile new file mode 100644 index 00000000000..71bf1e1b47d --- /dev/null +++ b/emulators/suse91_freetype2/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/31 11:22:38 jdolecek Exp $ + +DISTNAME= suse_freetype2-${SUSE_VERSION} +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SUSE91} +DISTFILES= ${RPMFILES} + +MAINTAINER= jdolecek@NetBSD.org +HOMEPAGE= http://www.suse.com/ +COMMENT= Linux compatibility package for FreeType2 library + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_base + +ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +NO_BUILDLINK= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +RPMFILES= freetype2-2.1.7-53.${SUSE_ARCH}.rpm + +.include "../../emulators/suse91_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse91_freetype2/distinfo b/emulators/suse91_freetype2/distinfo new file mode 100644 index 00000000000..0ecda07670a --- /dev/null +++ b/emulators/suse91_freetype2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/31 11:22:38 jdolecek Exp $ + +SHA1 (suse91/i586/freetype2-2.1.7-53.i586.rpm) = 7af6a71ab7765c7fcd0897eb08af654d4d3303fe +Size (suse91/i586/freetype2-2.1.7-53.i586.rpm) = 503443 bytes |