2011-02-24 15:42:01 +01:00
|
|
|
# Template file for 'tcc'
|
|
|
|
pkgname=tcc
|
2013-02-19 14:15:41 +01:00
|
|
|
version=0.9.26
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=1
|
2013-02-19 14:15:41 +01:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="perl"
|
2011-02-24 15:42:01 +01:00
|
|
|
short_desc="The Tiny C Compiler"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-02-19 14:15:41 +01:00
|
|
|
homepage="http://bellard.org/tcc/"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
distfiles="${NONGNU_SITE}/tinycc/tcc-$version.tar.bz2"
|
|
|
|
checksum=521e701ae436c302545c3f973a9c9b7e2694769c71d9be10f70a2460705b6d71
|
2013-04-14 15:09:59 +02:00
|
|
|
|
|
|
|
tcc_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|