This commit is contained in:
Jan Mette 2010-03-23 19:02:29 +00:00
parent ed602cceca
commit 374cb62f70
2 changed files with 11 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $Id: PKGBUILD 69948 2010-02-23 18:46:27Z tpowa $
# $Id: PKGBUILD 72469 2010-03-16 16:57:13Z thomas $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer: Thomas Baechler <thomas@archlinux.org>
pkgbase="kernel26"
@ -6,7 +6,7 @@ pkgname=('kernel26' 'kernel26-firmware' 'kernel26-headers') # Build stock -ARCH
# pkgname=kernel26-custom # Build kernel with a different name
_kernelname=${pkgname#kernel26}
_basekernel=2.6.32
pkgver=${_basekernel}.9
pkgver=${_basekernel}.10
pkgrel=1
_patchname="patch-${pkgver}-${pkgrel}-ARCH"
arch=(i686 x86_64)
@ -19,7 +19,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
# standard config files for mkinitcpio ramdisk
kernel26.preset)
md5sums=('260551284ac224c3a43c4adac7df4879'
'a0a10c99eead1fa8bc05c03f7f18db36'
'c7f79503ea903b7d8f659c88badd00cb'
'c114c5d89622a93165bb948d62d966b5'
'5c91374d56f115ba4324978d5b002711'
'25584700a0a679542929c4bed31433b6')

View File

@ -1,14 +1,13 @@
# $Id: PKGBUILD 69080 2010-02-17 04:05:55Z dan $
# $Id: PKGBUILD 72377 2010-03-15 07:06:13Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
# Maintainer: Aaron Griffin <aaron@archlinux.org>
pkgname=libarchive
pkgver=2.8.0
pkgrel=2
pkgver=2.8.3
pkgrel=1
pkgdesc="library that can create and read several streaming archive formats"
arch=(i686 x86_64)
url="http://libarchive.googlecode.com/"
license=('BSD')
groups=('base')
depends=('zlib' 'bzip2' 'xz-utils' 'acl' 'openssl' 'expat')
source=(http://libarchive.googlecode.com/files/libarchive-$pkgver.tar.gz)
@ -16,6 +15,9 @@ source=(http://libarchive.googlecode.com/files/libarchive-$pkgver.tar.gz)
# the missing symbols inside the libarchive .a static lib, but that is dirty)
options=(libtool)
# keep an upgrade path for older installations
# PKGEXT='.pkg.tar.gz'
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --without-xml2
@ -32,4 +34,5 @@ package() {
install -m644 COPYING $startdir/pkg/usr/share/licenses/libarchive/
}
md5sums=('400fd9ba51fffe6c65c75387fffba9d9')
md5sums=('fe8d917e101d4b37580124030842a1d0')
sha256sums=('16095d15334b3c8dbb02db5af3d415f12c1c3bdd4eb43af7bbc36ab7572c0b7a')