mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 03:27:13 +08:00
New toolchain
This commit is contained in:
parent
598b769a94
commit
3e11aee02d
@ -6,8 +6,8 @@
|
|||||||
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
||||||
|
|
||||||
pkgname=linux-api-headers
|
pkgname=linux-api-headers
|
||||||
pkgver=3.2.8
|
pkgver=3.5.6
|
||||||
_basever=3.2
|
_basever=3.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Kernel headers sanitized for use in userspace"
|
pkgdesc="Kernel headers sanitized for use in userspace"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -18,12 +18,12 @@ conflicts=('kernel-headers')
|
|||||||
replaces=('kernel-headers')
|
replaces=('kernel-headers')
|
||||||
source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
|
source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
|
||||||
http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
|
http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
|
||||||
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
|
md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
|
||||||
'417b97cdd9e8b2664eb31260dbbcdc72')
|
'e9502f047c251db3b0c911e53344bad5')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/linux-${_basever}
|
cd ${srcdir}/linux-${_basever}
|
||||||
[[ $pkgver != $_basever ]] && patch -Np1 -i ${srcdir}/patch-${pkgver}
|
[[ $pkgver != $_basever ]] && patch -p1 -i ${srcdir}/patch-${pkgver}
|
||||||
|
|
||||||
make mrproper
|
make mrproper
|
||||||
make headers_check
|
make headers_check
|
||||||
@ -34,8 +34,8 @@ package() {
|
|||||||
make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
|
make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
|
||||||
|
|
||||||
# use headers from libdrm
|
# use headers from libdrm
|
||||||
rm -rf ${pkgdir}/usr/include/drm
|
rm -r ${pkgdir}/usr/include/drm
|
||||||
|
|
||||||
# clean-up unnecessary files generated during install
|
# clean-up unnecessary files generated during install
|
||||||
find ${pkgdir} -name .install -or -name ..install.cmd -print0 | xargs -0 rm -f
|
find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
|
||||||
}
|
}
|
||||||
|
@ -4,16 +4,15 @@
|
|||||||
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=tzdata
|
pkgname=tzdata
|
||||||
pkgver=2012c
|
pkgver=2012i
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Sources for time zone and daylight saving time data"
|
pkgdesc="Sources for time zone and daylight saving time data"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://www.iana.org/time-zones"
|
url="http://www.iana.org/time-zones"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
source=(#http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz
|
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
|
||||||
ftp://munnari.oz.au/pub/${pkgname}${pkgver}.tar.gz)
|
sha1sums=('53b305e2d5042cd0147df41f7498243f0a55dc79')
|
||||||
sha1sums=('e0cd9c2cc0ac8d90ed842133b910d4bb3bc1a6dd')
|
|
||||||
|
|
||||||
timezones=('africa' 'antarctica' 'asia' 'australasia'
|
timezones=('africa' 'antarctica' 'asia' 'australasia'
|
||||||
'europe' 'northamerica' 'southamerica'
|
'europe' 'northamerica' 'southamerica'
|
||||||
|
Loading…
Reference in New Issue
Block a user