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:
parent
6c252d43d4
commit
fa2748d9b2
291 changed files with 25 additions and 24 deletions
15
templates/automake/template
Normal file
15
templates/automake/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template build file for 'automake'.
|
||||
pkgname=automake
|
||||
version=1.10.1
|
||||
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNU Standards-compliant Makefile generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d65cf27438dc2a2040dee37851a5cc4eecaa956f
|
||||
long_desc="
|
||||
Automake is an experimental Makefile generator. It was inspired by
|
||||
the 4.4BSD make and include files, but aims to be portable and to
|
||||
conform to the GNU standards for Makefile variables and targets.
|
||||
|
||||
Automake assumes the project uses autoconf. If you want automatic
|
||||
dependency tracking support, the use of GNU make is also required."
|
Loading…
Add table
Add a link
Reference in a new issue