mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Updated kernel to 2.6.32.5 and pacman to 3.3.3
This commit is contained in:
parent
b5c5765eb2
commit
61ec348280
6 changed files with 12 additions and 31 deletions
|
@ -1,18 +1,17 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=kernel-headers
|
||||
pkgver=2.6.32.4
|
||||
pkgver=2.6.32.5
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux kernel headers"
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
url="http://sheeva.with-linux.com/sheeva/"
|
||||
depends=('kernel26-withlinux=2.6.32.4' 'coreutils' 'module-init-tools')
|
||||
depends=('coreutils' 'module-init-tools')
|
||||
makedepends=('patch')
|
||||
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
||||
md5sums=('74f108703a0b6028dceaf441126df024')
|
||||
md5sums=('a0570e3e3cc115db98bb1da3bd69d2d6')
|
||||
|
||||
build() {
|
||||
mkdir $startdir/pkg
|
||||
cp -R $startdir/src/usr $startdir/pkg/
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.32.4
|
||||
pkgver=2.6.32.5
|
||||
pkgrel=1
|
||||
pkgdesc="The Linux Kernel and modules"
|
||||
arch=('arm')
|
||||
|
@ -13,7 +13,7 @@ conflicts=('kernel26')
|
|||
provides=('kernel26')
|
||||
install=kernel26-withlinux.install
|
||||
source=(http://sheeva.with-linux.com/sheeva/README-$pkgver)
|
||||
md5sums=('d3023415f5814a4087e09a940617aa25')
|
||||
md5sums=('171868bab90250d250430363532f850f')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
post_install() {
|
||||
chmod 755 /usr/share/plugapps/kernel/README-*
|
||||
echo 'If running from internal NAND, run:'
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --nandkernel'
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel'
|
||||
echo ''
|
||||
echo 'If running from SD/MMC, run:
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --rootkernel'
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.5 --rootkernel'
|
||||
echo 'and then copy the kernel to /boot/uImage.'
|
||||
echo ''
|
||||
echo 'Also, check the U-Boot environment variables and reboot.'
|
||||
|
@ -13,10 +13,10 @@ post_install() {
|
|||
post_upgrade() {
|
||||
chmod 755 /usr/share/plugapps/kernel/README-*
|
||||
echo 'If running from internal NAND, run:'
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --nandkernel'
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.5 --nandkernel'
|
||||
echo ''
|
||||
echo 'If running from SD/MMC, run:
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.4 --rootkernel'
|
||||
echo '/usr/share/plugapps/kernel/README-2.6.32.5 --rootkernel'
|
||||
echo 'and then copy the kernel to /boot/uImage.'
|
||||
echo ''
|
||||
echo 'Also, check the U-Boot environment variables and reboot.'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
# Package built natively on sheevaplug
|
||||
# Package built natively on SheevaPlug
|
||||
|
||||
pkgname=mtd-utils
|
||||
pkgver=20090606
|
||||
|
@ -10,7 +10,7 @@ license=('GPL2')
|
|||
url="http://www.linux-mtd.infradead.org/"
|
||||
depends=('coreutils' 'lzo2' 'zlib')
|
||||
makedepends=()
|
||||
source=(http://openpogo.com/pkgsrc/core/mtd-utils_20090606.tar.gz)
|
||||
source=(mtd-utils_20090606.tar.gz)
|
||||
md5sums=('5cda2b1cf9c5d06fa7f97f0759266714')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -19,7 +19,7 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
|
|||
pacman.conf
|
||||
makepkg.conf)
|
||||
md5sums=('a8cef73d68e2a4c3a46fb46c33210719'
|
||||
'7103a29389aec143b63fa18eaf1ce1bc'
|
||||
'98cfef5a0c41a987ba9ee5672345026b'
|
||||
'ce00f190714c02ef26117ecfdf5fa296')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -35,25 +35,7 @@ SyncFirst = pacman
|
|||
|
||||
#
|
||||
# REPOSITORIES
|
||||
# - can be defined here or included from another file
|
||||
# - pacman will search repositories in the order defined here
|
||||
# - local/custom mirrors can be added here or in separate files
|
||||
# - repositories listed first will take precedence when packages
|
||||
# have identical names, regardless of version number
|
||||
# - URLs will have $repo replaced by the name of the current repo
|
||||
#
|
||||
# Repository entries are of the format:
|
||||
# [repo-name]
|
||||
# Server = ServerName
|
||||
# Include = IncludePath
|
||||
#
|
||||
# The header [repo-name] is crucial - it must be present and
|
||||
# uncommented to enable the repo.
|
||||
#
|
||||
|
||||
# The testing repositories are disabled by default. To enable, uncomment the
|
||||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
[core]
|
||||
Server = http://plugapps.com/arm/core/
|
||||
|
|
Loading…
Reference in a new issue