diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-21 19:52:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-21 19:52:59 +0000 |
commit | 7a4ef88a0f1c936be1a0b00c4f6c1bd425af1ceb (patch) | |
tree | f8978a0852d34b62098bf09990d7aad336265ee8 | |
parent | 5730251e6e54ed42a07f9ff920cc7c23e118ed09 (diff) | |
download | pkgsrc-7a4ef88a0f1c936be1a0b00c4f6c1bd425af1ceb.tar.gz |
Import SDL-intro-ko from pkgsrc-wip. Packaged by Ian Zagorskih.
Simple DirectMedia Layer introduction in Korean.
-rw-r--r-- | devel/SDL-intro-ko/DESCR | 1 | ||||
-rw-r--r-- | devel/SDL-intro-ko/Makefile | 28 | ||||
-rw-r--r-- | devel/SDL-intro-ko/PLIST | 16 | ||||
-rw-r--r-- | devel/SDL-intro-ko/distinfo | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/devel/SDL-intro-ko/DESCR b/devel/SDL-intro-ko/DESCR new file mode 100644 index 00000000000..b61739b0e22 --- /dev/null +++ b/devel/SDL-intro-ko/DESCR @@ -0,0 +1 @@ +Simple DirectMedia Layer introduction in Korean. diff --git a/devel/SDL-intro-ko/Makefile b/devel/SDL-intro-ko/Makefile new file mode 100644 index 00000000000..3ac555faa6f --- /dev/null +++ b/devel/SDL-intro-ko/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/21 19:52:59 minskim Exp $ +# + +DISTNAME= SDL-1.0-korean-intro +PKGNAME= SDL-intro-ko-1.0 +CATEGORIES= devel +MASTER_SITES= http://www.libsdl.org/archives/ + +MAINTAINER= ianzag@mail.ru +HOMEPAGE= http://www.libsdl.org/docs.php +COMMENT= Simple DirectMedia Layer introduction (Korean) + +WRKSRC= ${WRKDIR}/intro.ko +DEST= ${PREFIX}/share/doc/SDL-intro.ko + +NO_CONFIGURE= YES +NO_BUILD= YES + +# Remove links +post-patch: + ${RM} ${WRKSRC}/index.html + +do-install: + ${INSTALL_DATA_DIR} ${DEST} + ${INSTALL_DATA} ${WRKSRC}/*.html ${DEST} + ${LN} -s ${DEST}/toc.html ${DEST}/index.html + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/SDL-intro-ko/PLIST b/devel/SDL-intro-ko/PLIST new file mode 100644 index 00000000000..41232c2fc88 --- /dev/null +++ b/devel/SDL-intro-ko/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/21 19:52:59 minskim Exp $ +share/doc/SDL-intro.ko/author.html +share/doc/SDL-intro.ko/index.html +share/doc/SDL-intro.ko/toc.html +share/doc/SDL-intro.ko/usingcdrom.html +share/doc/SDL-intro.ko/usingendian.html +share/doc/SDL-intro.ko/usingevents.html +share/doc/SDL-intro.ko/usinginit.html +share/doc/SDL-intro.ko/usingsound.html +share/doc/SDL-intro.ko/usingthreads.html +share/doc/SDL-intro.ko/usingtimers.html +share/doc/SDL-intro.ko/usingvideo.html +share/doc/SDL-intro.ko/whatcanitdo.html +share/doc/SDL-intro.ko/whatisit.html +share/doc/SDL-intro.ko/whatplatforms.html +@dirrm share/doc/SDL-intro.ko diff --git a/devel/SDL-intro-ko/distinfo b/devel/SDL-intro-ko/distinfo new file mode 100644 index 00000000000..00937f157eb --- /dev/null +++ b/devel/SDL-intro-ko/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/21 19:52:59 minskim Exp $ + +SHA1 (SDL-1.0-korean-intro.tar.gz) = ed2aa22ad322af5433cfa65ba419d559d3a97d36 +RMD160 (SDL-1.0-korean-intro.tar.gz) = 5d35de997375c2644e452488c23297847474f915 +Size (SDL-1.0-korean-intro.tar.gz) = 14601 bytes |