summaryrefslogtreecommitdiffstats
path: root/newapkbuild.in
Commit message (Collapse)AuthorAgeFilesLines
* newapkbuild: assume perl package if package name starts with perl-Natanael Copa2011-03-171-1/+1
|
* newapkbuild: supporrt for forcing autotools or perl with -a -pNatanael Copa2011-03-171-12/+57
|
* newapkbuild: support for creating sourceforge source urlsNatanael Copa2011-03-171-1/+7
|
* newapkbuild: add the missing cd "$_builddir"Natanael Copa2011-03-091-0/+1
|
* newapkbuild: reworkNatanael Copa2011-01-031-15/+103
| | | | | | | Download the sourcepackage and analyze. If needed, have build() run ./configure. We could in future try figure out license automatically too.
* newapkbuild: source PACKAGER from abuild.confNatanael Copa2010-11-191-0/+7
|
* newapkbuild: minor bugfix in is_uri()Natanael Copa2010-07-071-0/+1
|
* newapkbuid: fix pkgver in sourceNatanael Copa2010-06-161-0/+1
|
* newapkbuild: support for creating new from http sourceNatanael Copa2010-05-291-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"
* newapkbuild: move code from abuild to new scriptNatanael Copa2009-10-241-0/+78
try keep code in abuild cleaner by moving out creation of new apkbuild to separate script.