summaryrefslogtreecommitdiff
path: root/newapkbuild.in
AgeCommit message (Collapse)AuthorFilesLines
2011-06-28newapkbuild: rename config_* functions to build_*Natanael Copa1-6/+6
We call make as well as needed so build_* is better function name.
2011-06-28Added python as a new templateFabian Affolter1-32/+74
With -q ('-q' for the moment, please change that) a template APKBUILD file for a python module is created. 'depends' and 'makedepends' are filled with standard values.
2011-06-06newapkbuild: fix previous commitNatanael Copa1-1/+1
2011-06-03newapkbuild: remove libtool archivesNatanael Copa1-0/+1
2011-03-17newapkbuild: assume perl package if package name starts with perl-Natanael Copa1-1/+1
2011-03-17newapkbuild: supporrt for forcing autotools or perl with -a -pNatanael Copa1-12/+57
2011-03-17newapkbuild: support for creating sourceforge source urlsNatanael Copa1-1/+7
2011-03-09newapkbuild: add the missing cd "$_builddir"Natanael Copa1-0/+1
2011-01-03newapkbuild: reworkNatanael Copa1-15/+103
Download the sourcepackage and analyze. If needed, have build() run ./configure. We could in future try figure out license automatically too.
2010-11-19newapkbuild: source PACKAGER from abuild.confNatanael Copa1-0/+7
2010-07-07newapkbuild: minor bugfix in is_uri()Natanael Copa1-0/+1
2010-06-16newapkbuid: fix pkgver in sourceNatanael Copa1-0/+1
2010-05-29newapkbuild: support for creating new from http sourceNatanael Copa1-1/+15
newapkbuild http://example.com/path/foo-1.0.tar.gz will set pkgname=foo pkgver=1.0 source="http://example.com/path/foo-1.0.tar.gz"
2009-10-24newapkbuild: move code from abuild to new scriptNatanael Copa1-0/+78
try keep code in abuild cleaner by moving out creation of new apkbuild to separate script.