mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
This commit is contained in:
parent
ed602cceca
commit
374cb62f70
@ -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: Tobias Powalowski <tpowa@archlinux.org>
|
||||||
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
||||||
pkgbase="kernel26"
|
pkgbase="kernel26"
|
||||||
@ -6,7 +6,7 @@ pkgname=('kernel26' 'kernel26-firmware' 'kernel26-headers') # Build stock -ARCH
|
|||||||
# pkgname=kernel26-custom # Build kernel with a different name
|
# pkgname=kernel26-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#kernel26}
|
_kernelname=${pkgname#kernel26}
|
||||||
_basekernel=2.6.32
|
_basekernel=2.6.32
|
||||||
pkgver=${_basekernel}.9
|
pkgver=${_basekernel}.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_patchname="patch-${pkgver}-${pkgrel}-ARCH"
|
_patchname="patch-${pkgver}-${pkgrel}-ARCH"
|
||||||
arch=(i686 x86_64)
|
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
|
# standard config files for mkinitcpio ramdisk
|
||||||
kernel26.preset)
|
kernel26.preset)
|
||||||
md5sums=('260551284ac224c3a43c4adac7df4879'
|
md5sums=('260551284ac224c3a43c4adac7df4879'
|
||||||
'a0a10c99eead1fa8bc05c03f7f18db36'
|
'c7f79503ea903b7d8f659c88badd00cb'
|
||||||
'c114c5d89622a93165bb948d62d966b5'
|
'c114c5d89622a93165bb948d62d966b5'
|
||||||
'5c91374d56f115ba4324978d5b002711'
|
'5c91374d56f115ba4324978d5b002711'
|
||||||
'25584700a0a679542929c4bed31433b6')
|
'25584700a0a679542929c4bed31433b6')
|
||||||
|
@ -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: Dan McGee <dan@archlinux.org>
|
||||||
# Maintainer: Aaron Griffin <aaron@archlinux.org>
|
# Maintainer: Aaron Griffin <aaron@archlinux.org>
|
||||||
pkgname=libarchive
|
pkgname=libarchive
|
||||||
pkgver=2.8.0
|
pkgver=2.8.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="library that can create and read several streaming archive formats"
|
pkgdesc="library that can create and read several streaming archive formats"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://libarchive.googlecode.com/"
|
url="http://libarchive.googlecode.com/"
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
groups=('base')
|
|
||||||
depends=('zlib' 'bzip2' 'xz-utils' 'acl' 'openssl' 'expat')
|
depends=('zlib' 'bzip2' 'xz-utils' 'acl' 'openssl' 'expat')
|
||||||
source=(http://libarchive.googlecode.com/files/libarchive-$pkgver.tar.gz)
|
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)
|
# the missing symbols inside the libarchive .a static lib, but that is dirty)
|
||||||
options=(libtool)
|
options=(libtool)
|
||||||
|
|
||||||
|
# keep an upgrade path for older installations
|
||||||
|
# PKGEXT='.pkg.tar.gz'
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $startdir/src/$pkgname-$pkgver
|
cd $startdir/src/$pkgname-$pkgver
|
||||||
./configure --prefix=/usr --without-xml2
|
./configure --prefix=/usr --without-xml2
|
||||||
@ -32,4 +34,5 @@ package() {
|
|||||||
install -m644 COPYING $startdir/pkg/usr/share/licenses/libarchive/
|
install -m644 COPYING $startdir/pkg/usr/share/licenses/libarchive/
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums=('400fd9ba51fffe6c65c75387fffba9d9')
|
md5sums=('fe8d917e101d4b37580124030842a1d0')
|
||||||
|
sha256sums=('16095d15334b3c8dbb02db5af3d415f12c1c3bdd4eb43af7bbc36ab7572c0b7a')
|
||||||
|
Loading…
Reference in New Issue
Block a user