mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/aufs2 to 2.6.38_20110314-4
This commit is contained in:
parent
213321a54f
commit
47697f135b
3 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 113575 2011-03-09 19:05:50Z ibiru $
|
||||
# $Id: PKGBUILD 119114 2011-04-11 06:47:10Z tpowa $
|
||||
# Maintainer: Paul Mattal <pjmattal@elys.com>
|
||||
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
@ -7,20 +7,21 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=aufs2
|
||||
pkgver=2.6.37_20110124
|
||||
pkgrel=3
|
||||
pkgver=2.6.38_20110314
|
||||
pkgrel=4
|
||||
#_kernver=${pkgver%_*}-ARCH
|
||||
_kernver=2.6.37
|
||||
_kernver=2.6.38
|
||||
pkgdesc="Another Unionfs Implementation"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://aufs.sourceforge.net/"
|
||||
license=('GPL2')
|
||||
depends=('kernel26>=2.6.37.3' 'kernel26<2.6.38')
|
||||
makedepends=('kernel26-headers>=2.6.37' 'kernel26-headers<2.6.38')
|
||||
depends=('kernel26>=2.6.38' 'kernel26<2.6.39')
|
||||
makedepends=('kernel26-headers>=2.6.38' 'kernel26-headers<2.6.39')
|
||||
replaces=('aufs')
|
||||
install=${pkgname}.install
|
||||
source=("ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz")
|
||||
options=('!makeflags')
|
||||
options=('!makeflags' '!strip')
|
||||
md5sums=('60649fa47d3f499dfbb4b68a2afde47c')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
@ -64,4 +65,3 @@ package() {
|
|||
# gzip -9 all modules to safe 100MB
|
||||
find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
|
||||
}
|
||||
md5sums=('fa64d7893490ef9c82310ebd5f730443')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
post_install() {
|
||||
KERNEL_VERSION=2.6.37
|
||||
KERNEL_VERSION=2.6.38-ARCH
|
||||
depmod $KERNEL_VERSION
|
||||
}
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/sh
|
||||
AUFS2VERSION="-37"
|
||||
KERNELVERSION=2.6.37
|
||||
GITSNAPSHOT=20110124
|
||||
AUFS2VERSION="-38"
|
||||
KERNELVERSION=2.6.38
|
||||
GITSNAPSHOT=20110314
|
||||
# aufs2 (no -xx) for the latest -rc version.
|
||||
git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2-standalone.git
|
||||
cd aufs2-standalone.git
|
||||
git checkout origin/aufs2.1${AUFS2VERSION}
|
||||
#git checkout origin/aufs2.1
|
||||
#git checkout origin/aufs2.1${AUFS2VERSION}
|
||||
git checkout origin/aufs2.1
|
||||
#*** apply "aufs2-base.patch" and "aufs2-standalone.patch" to your kernel source files.
|
||||
cd ..
|
||||
rm -rf aufs2-${KERNELVERSION}_${GITSNAPSHOT}
|
||||
|
|
Loading…
Reference in a new issue