summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* findutils: use install-strip for target installPeter Korsgaard2008-09-161-1/+1
|
* Fix iptables compile error by updating to Makefile.autotools.in and bumping ↵Thiago A. Corrêa2008-09-161-57/+11
| | | | version to 1.4.1
* fontconfig: use install-strip for target installPeter Korsgaard2008-09-141-1/+1
|
* Makefile.autotools.in: fix DESTDIR= help textPeter Korsgaard2008-09-141-4/+4
| | | | | DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr appended.
* Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help textPeter Korsgaard2008-09-141-1/+1
| | | | It defaults to TARGET_DIR, not STAGING_DIR.
* Move project-specific stamp files into a project-specific directoryHamish Moffatt2008-09-112-8/+10
| | | | | $(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using packages won't be installed into any other projects than the first.
* Export site package directory location for use by other packagesHamish Moffatt2008-09-111-0/+1
|
* Applied patch from Michel Wilson to allow the cursor in the X root window toHamish Moffatt2008-09-102-0/+13
| | | | | be disabled. Unfortunately this is a compile-time option.
* busybox: 1.11.2 patchPeter Korsgaard2008-09-091-0/+21
|
* busybox: remove stale busybox 1.11.1 patchesPeter Korsgaard2008-09-094-231/+0
| | | | Hamish, don't forget to remove those when you bump the version
* Support building without WCHAR supportHamish Moffatt2008-09-092-1/+29
|
* Keep /usr/bin/python2.4 and make /usr/bin/python a link to itHamish Moffatt2008-09-081-1/+2
|
* module-init-tools: check correct symbol for cross-depmodPeter Korsgaard2008-09-071-1/+1
| | | | Reported by Markus Heidelberg
* fakeroot: bump versionPeter Korsgaard2008-09-071-2/+2
|
* libid3tag: don't depend on libmadPeter Korsgaard2008-09-072-2/+1
| | | | libid3tag doesn't use libmad.
* mysql_client: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* xapp_xman: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* concierge: fix pathsPeter Korsgaard2008-09-071-2/+2
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* speex: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* mpg123: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* madplay: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* libsndfile: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* libmad: fix paths (broken by r23330)Peter Korsgaard2008-09-061-2/+2
|
* libid3tag: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* festival: fix path in AUTOTARGETS (broken by r23330)Peter Korsgaard2008-09-062-2/+2
|
* asterisk: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* alsa-utils: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* alsa-lib: fix paths (broken by r23330)Peter Korsgaard2008-09-061-1/+1
|
* festival: fix more paths (broken by r23330)Peter Korsgaard2008-09-061-3/+3
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* festival: fix paths (broken by r23330)Peter Korsgaard2008-09-061-4/+4
| | | | Patch by Michel Wilson <michel@crondor.net>
* audio: Move all audio packages into audio subdirDaniel Laird2008-09-0545-21/+24
| | | | | | | | Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird
* sqlite: bump versionPeter Korsgaard2008-09-051-1/+1
|
* Version bump to 2.3.7Hamish Moffatt2008-09-052-4/+4
| | | | This package should be converted to use Makefile.autotools.in by someone who uses it..
* New package for dnet, a wrapper library for getting access to kernel network ↵Hamish Moffatt2008-09-044-0/+75
| | | | | | information and an optional Python module for the same.
* Override the uninstall target rather than the clean targetHamish Moffatt2008-09-041-3/+4
| | | | | Also, don't actually create the .stamp_uninstalled but remove the .stamp_installed file instead (ala the overridden target).
* Make the autotools xyz-clean target call xyz-uninstall first, rather than ↵Hamish Moffatt2008-09-041-5/+2
| | | | duplicating its actions
* Remove lzo patches which aren't required with latest liblzo package updatesHamish Moffatt2008-09-042-24/+0
|
* Added eeprog package from gustavozHamish Moffatt2008-09-043-0/+53
|
* Fix duplicate $(AUTORECONF) run in autoreconf and configure targetsHamish Moffatt2008-09-041-6/+4
|
* In the uninstall and clean targets, remove the built/installed stamp filesHamish Moffatt2008-09-041-0/+5
| | | | so that those actions will do something if executed again.
* games: add games.mk so make will descent down package/games/*/*.mkPeter Korsgaard2008-09-031-0/+1
|
* Bump versionThiago A. Corrêa2008-09-031-1/+1
|
* Qtopia: don't build sqlite driver when SQL module is disabled.Thiago A. Corrêa2008-09-031-0/+6
|
* file: select zlibPeter Korsgaard2008-09-021-0/+1
| | | | file depends on zlib, so make it visible in kconfig.
* file: bump version and use official upstream instead of DebianPeter Korsgaard2008-09-021-3/+3
| | | | Debian is a bit too volatile.
* cups: fix help textPeter Korsgaard2008-09-021-1/+1
|
* bridge: bump versionPeter Korsgaard2008-09-021-1/+2
| | | | Upstream tarball doesn't include configure, so run autoreconf.
* bridge: convert to Makefile.autotools.in formatPeter Korsgaard2008-09-021-66/+23
|
* Update to Python 2.4.5 (latest patch rev of 2.4)Hamish Moffatt2008-09-021-1/+2
| | | | Remove the test suite before building, else it will fail to compile depending on what modules have been configured.
* cups: fix help textPeter Korsgaard2008-09-011-3/+2
|