summaryrefslogtreecommitdiff
path: root/package/util-macros
AgeCommit message (Collapse)Author
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-16update to latest stable versionWaldemar Brodkorb
2014-06-16fix HOST_STYLE stuff, openjdk7 compile problems fixedWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar Brodkorb
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl.
2014-06-04use PKG_OPTSWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2013-12-16fix xbmc build, use swig and sdl host, add CEC,NFS, SSH and Samba supportWaldemar Brodkorb
2013-11-20fix musl compile, when xorg package collection is selected. X still does not ↵Waldemar Brodkorb
work with musl