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:
15
templates/make/template
Normal file
15
templates/make/template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template build file for 'make'
|
||||
pkgname=make
|
||||
version=3.81
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/make/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="The GNU make system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f3e69023771e23908f5d5592954d8271d3d6af09693cecfd29cee6fde8550dc8
|
||||
long_desc="
|
||||
GNU Make is a program that determines which pieces of a large
|
||||
program need to be recompiled and issues the commands to
|
||||
recompile them, when necessary."
|
||||
|
||||
base_chroot=yes
|
||||
run_depends="glibc-2.8"
|
||||
Reference in New Issue
Block a user