summaryrefslogtreecommitdiffstats
path: root/newapkbuild.in
Commit message (Collapse)AuthorAgeFilesLines
* newapkbuild: add CMake support.Isaac Dunham2015-05-271-0/+32
| | | | | | This is a first try that *might* work for cross-compiling packages with an absolute bare minimum of requirements, if you're lucky. I can't debug that part further, but the references should help with it.
* fix permissionsNatanael Copa2014-03-311-0/+0
|
* newapkbuild: detect github archivesNatanael Copa2013-11-211-1/+16
|
* newapkbuild: cosmetic fix for help messageNatanael Copa2013-10-251-1/+2
|
* functions: rename abuild_ver to program_versionNatanael Copa2013-10-251-2/+2
|
* functions: rename prog to programNatanael Copa2013-10-251-2/+2
|
* newapkbuild: add --build and --host optionsNatanael Copa2013-08-011-1/+4
|
* various: use long options, rework usagesDubiousjim2013-07-091-17/+18
|
* various: move conf-loading and i/o to functionsDubiousjim2013-07-091-14/+7
|
* various: tweak opening comments, whitespaceDubiousjim2013-07-081-4/+2
| | | | Also remove incomplete efforts at listing "Depends on: ..."
* newapkbuild: https is also an urlNatanael Copa2013-02-201-1/+1
|
* newapkbuild: add -n option for setting nameNatanael Copa2011-12-211-15/+21
| | | | So we can set pkgname if it differs from download archive name
* newapkbuild: use -y for python instead of -qNatanael Copa2011-06-281-3/+3
|
* newapkbuild: build and package sections for 'make' buildtypeNatanael Copa2011-06-281-1/+15
| | | | This buildtype is when there is a simple Makefile only.
* newapkbuild: not only autotools packages can have init.d scriptsNatanael Copa2011-06-281-9/+9
|
* newapkbuild: rename config_* functions to build_*Natanael Copa2011-06-281-6/+6
| | | | We call make as well as needed so build_* is better function name.
* Added python as a new templateFabian Affolter2011-06-281-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.
* newapkbuild: fix previous commitNatanael Copa2011-06-061-1/+1
|
* newapkbuild: remove libtool archivesNatanael Copa2011-06-031-0/+1
|
* 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.