Alpine packages build scripts
Go to file
Breno Leitao c4fc46c766 community/deadbeef: Fix build on ppc64le
Currently deadbeef FTBFS on ppc64le due to two issues:

1) config.guess is outdated
2) deadbeef is not able to identify endianess on PPC machines.

Fixing both of the issues to enable deadbeef to build on ppc64le.
2017-04-07 22:32:42 +00:00
.github .github/CONTRIBUTING.md: Add 'Before you start making changes' section. 2017-01-19 08:16:57 +00:00
.travis travis: bind /run and symlink /run/shm -> /dev/shm 2017-03-31 12:55:04 +02:00
community community/deadbeef: Fix build on ppc64le 2017-04-07 22:32:42 +00:00
main main/cvechecker: upgrade to 3.8, modernize APKBUILD 2017-04-07 12:31:24 +00:00
non-free non-free/adobe-flashplayer: also depend on mesa-gl 2017-03-23 18:56:13 +00:00
scripts scripts/bootstrap.sh: fix "local" outside of function 2017-03-12 18:34:29 +01:00
testing testing/etcd: upgrade to 3.1.5 2017-04-07 13:35:37 +00:00
unmaintained unmaintained/xf86-video-mach64: unmaintained 2017-04-04 13:23:04 +00:00
.editorconfig protect tabs in APKBUILD files 2016-02-10 10:20:52 +00:00
.gitignore gitignore: add *.tar files 2014-01-26 13:33:50 +01:00
.mailmap
.travis.yml travis: disable email notifications 2016-06-17 20:28:56 +02:00
README.md Add README.md with contributing instructions 2016-07-27 21:10:54 +02:00

Alpine Linux aports repository

This repository contains the APKBUILD files for each and every Alpine Linux package, along with the required patches and scripts, if any.

It also contains some extra files and directories related to testing (and therefore, building) those packages on GitHub (via Travis).

If you want to contribute, please read the contributor guide and feel free to either submit a git patch on the Alpine aports mailing list (alpine-aports@lists.alpinelinux.org), or to submit a pull request on GitHub.