mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Back to Git :D
This commit is contained in:
parent
f4e4993118
commit
b5c5765eb2
5 changed files with 8 additions and 19 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||||
|
|
||||||
pkgname=kernel-headers
|
pkgname=kernel-headers
|
||||||
pkgver=2.6.32
|
pkgver=2.6.32.4
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="The Linux kernel headers"
|
pkgdesc="The Linux kernel headers"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
url="http://sheeva.with-linux.com/sheeva/"
|
url="http://sheeva.with-linux.com/sheeva/"
|
||||||
depends=('kernel26-withlinux=2.6.32' 'coreutils' 'module-init-tools')
|
depends=('kernel26-withlinux=2.6.32.4' 'coreutils' 'module-init-tools')
|
||||||
makedepends=('patch')
|
makedepends=('patch')
|
||||||
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
||||||
md5sums=('74f108703a0b6028dceaf441126df024')
|
md5sums=('74f108703a0b6028dceaf441126df024')
|
||||||
|
|
|
@ -19,8 +19,8 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
|
||||||
pacman.conf
|
pacman.conf
|
||||||
makepkg.conf)
|
makepkg.conf)
|
||||||
md5sums=('a8cef73d68e2a4c3a46fb46c33210719'
|
md5sums=('a8cef73d68e2a4c3a46fb46c33210719'
|
||||||
'abe70dabacee7036368c7afeb686eb10'
|
'7103a29389aec143b63fa18eaf1ce1bc'
|
||||||
'52c7bc651b107d73f9902755b7594458')
|
'ce00f190714c02ef26117ecfdf5fa296')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
@ -44,4 +44,3 @@ package() {
|
||||||
mkdir -p $pkgdir/usr/share/zsh/site-functions/
|
mkdir -p $pkgdir/usr/share/zsh/site-functions/
|
||||||
install -m644 contrib/zsh_completion $pkgdir/usr/share/zsh/site-functions/_pacman
|
install -m644 contrib/zsh_completion $pkgdir/usr/share/zsh/site-functions/_pacman
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -103,4 +103,3 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
|
||||||
#
|
#
|
||||||
PKGEXT='.pkg.tar.gz'
|
PKGEXT='.pkg.tar.gz'
|
||||||
SRCEXT='.src.tar.gz'
|
SRCEXT='.src.tar.gz'
|
||||||
|
|
||||||
|
|
|
@ -56,10 +56,10 @@ SyncFirst = pacman
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Server = http://openpogo.com/pacman/core/
|
Server = http://plugapps.com/arm/core/
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Server = http://openpogo.com/pacman/extra/
|
Server = http://plugapps.com/arm/extra/
|
||||||
|
|
||||||
[community]
|
[community]
|
||||||
Server = http://openpogo.com/pacman/community/
|
Server = http://plugapps.com/arm/community/
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
Set the clock with:
|
|
||||||
|
|
||||||
date 103112332009
|
|
||||||
|
|
||||||
(This sets to October (10), 31, 12:33AM, year 2009.)
|
|
||||||
|
|
||||||
Sync it with the hardware clock:
|
|
||||||
|
|
||||||
hwclock --systohc
|
|
Loading…
Reference in a new issue