diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-25 03:04:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-25 03:04:26 +0000 |
commit | da201db7d40c0fb401806847c2b3428bd2dc7e28 (patch) | |
tree | b5c0b0db605c01f314707baffafc807f44b8ee4b /devel | |
parent | 48b2740c3063129435b4fec8ead84a89d81ce987 (diff) | |
download | pkgsrc-da201db7d40c0fb401806847c2b3428bd2dc7e28.tar.gz |
Import SDL-intro-en from pkgsrc-wip. Packaged by Ian Zagorskih.
Simple DirectMedia Layer introduction in English.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL-intro-en/DESCR | 1 | ||||
-rw-r--r-- | devel/SDL-intro-en/Makefile | 28 | ||||
-rw-r--r-- | devel/SDL-intro-en/PLIST | 17 | ||||
-rw-r--r-- | devel/SDL-intro-en/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/SDL-intro-en/DESCR b/devel/SDL-intro-en/DESCR new file mode 100644 index 00000000000..c03e24b5e76 --- /dev/null +++ b/devel/SDL-intro-en/DESCR @@ -0,0 +1 @@ +Simple DirectMedia Layer introduction in English. diff --git a/devel/SDL-intro-en/Makefile b/devel/SDL-intro-en/Makefile new file mode 100644 index 00000000000..14d91e00a53 --- /dev/null +++ b/devel/SDL-intro-en/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/25 03:04:26 minskim Exp $ +# + +DISTNAME= SDL-1.0-english-intro +PKGNAME= SDL-intro-en-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 (English) + +WRKSRC= ${WRKDIR}/intro.en +DEST= ${PREFIX}/share/doc/SDL-intro/en + +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-en/PLIST b/devel/SDL-intro-en/PLIST new file mode 100644 index 00000000000..4b4ecd4ca74 --- /dev/null +++ b/devel/SDL-intro-en/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/25 03:04:26 minskim Exp $ +share/doc/SDL-intro/en/author.html +share/doc/SDL-intro/en/index.html +share/doc/SDL-intro/en/toc.html +share/doc/SDL-intro/en/usingcdrom.html +share/doc/SDL-intro/en/usingendian.html +share/doc/SDL-intro/en/usingevents.html +share/doc/SDL-intro/en/usinginit.html +share/doc/SDL-intro/en/usingsound.html +share/doc/SDL-intro/en/usingthreads.html +share/doc/SDL-intro/en/usingtimers.html +share/doc/SDL-intro/en/usingvideo.html +share/doc/SDL-intro/en/whatcanitdo.html +share/doc/SDL-intro/en/whatisit.html +share/doc/SDL-intro/en/whatplatforms.html +@dirrm share/doc/SDL-intro/en +@dirrm share/doc/SDL-intro diff --git a/devel/SDL-intro-en/distinfo b/devel/SDL-intro-en/distinfo new file mode 100644 index 00000000000..91b7039d4f2 --- /dev/null +++ b/devel/SDL-intro-en/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/06/25 03:04:26 minskim Exp $ + +SHA1 (SDL-1.0-english-intro.tar.gz) = b9d46a7db1c722f001ecef18c7ba30e537456491 +RMD160 (SDL-1.0-english-intro.tar.gz) = 3ff676a3bec9642880402745f78e2e252dc0cb6b +Size (SDL-1.0-english-intro.tar.gz) = 13421 bytes |