Reorganize the templates directory for possible future changes.

Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
This commit is contained in:
Juan RP
2009-02-03 21:35:57 +01:00
parent 6c252d43d4
commit fa2748d9b2
291 changed files with 25 additions and 24 deletions

View File

@@ -0,0 +1,23 @@
--- makefile.cfg.orig 1998-03-21 20:08:57.000000000 +0100
+++ makefile.cfg 2008-10-02 18:35:21.000000000 +0200
@@ -191,6 +191,8 @@ wrjpgcom: wrjpgcom.$(O)
# Installation rules:
install: cjpeg djpeg jpegtran rdjpgcom wrjpgcom @FORCE_INSTALL_LIB@
+ $(INSTALL_DATA) -m 755 -d $(bindir)
+ $(INSTALL_DATA) -m 755 -d $(mandir)
$(INSTALL_PROGRAM) cjpeg $(bindir)/$(binprefix)cjpeg
$(INSTALL_PROGRAM) djpeg $(bindir)/$(binprefix)djpeg
$(INSTALL_PROGRAM) jpegtran $(bindir)/$(binprefix)jpegtran
@@ -203,9 +205,11 @@ install: cjpeg djpeg jpegtran rdjpgcom w
$(INSTALL_DATA) $(srcdir)/wrjpgcom.1 $(mandir)/$(manprefix)wrjpgcom.$(manext)
install-lib: libjpeg.$(A) install-headers
+ $(INSTALL_DATA) -m 755 -d $(libdir)
$(INSTALL_LIB) libjpeg.$(A) $(libdir)/$(binprefix)libjpeg.$(A)
install-headers: jconfig.h
+ $(INSTALL_DATA) -m 755 -d $(includedir)
$(INSTALL_DATA) jconfig.h $(includedir)/jconfig.h
$(INSTALL_DATA) $(srcdir)/jpeglib.h $(includedir)/jpeglib.h
$(INSTALL_DATA) $(srcdir)/jmorecfg.h $(includedir)/jmorecfg.h

34
templates/jpeg/template Normal file
View File

@@ -0,0 +1,34 @@
# Template build file for 'jpeg'.
pkgname=jpeg
version=6.0b
wrksrc=$pkgname-6b
patch_files="$pkgname-makefile-cfg.diff"
distfiles="
ftp://ftp.fu-berlin.de/unix/graphics/jpeg/jpegsrc.v6b.tar.gz"
build_style=gnu_configure
make_install_target="install install-lib"
configure_args="--enable-shared --enable-static"
short_desc="IJG's jpeg compression utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=18892206014fbb8cae2a44e281f4ed53feaf7882
long_desc="
The Independent JPEG Group's JPEG software
==========================================
README for release 6 of 2-Aug-95
================================
This distribution contains the sixth public release of the Independent JPEG
Group's free JPEG software. You are welcome to redistribute this software and
to use it for any purpose, subject to the conditions under LEGAL ISSUES, below.
Serious users of this software (particularly those incorporating it into
larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to
our electronic mailing list. Mailing list members are notified of updates
and have a chance to participate in technical discussions, etc.
This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim
Boucher, Lee Crocker, Julian Minguillon, George Phillips, Davide Rossi,
Ge' Weijers, and other members of the Independent JPEG Group.
IJG is not affiliated with the official ISO JPEG standards committee."