summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-05 00:42:18 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-05 00:42:18 -0200
commit4816d20a2ab59801670ecd6f34eab9574bc47035 (patch)
tree67567137a1052f4560349c13d3a5f432a357456e /libre
parent8ab23816436a1ffb349a429d9984c1bf38420f39 (diff)
downloadabslibre-4816d20a2ab59801670ecd6f34eab9574bc47035.tar.gz
abslibre-4816d20a2ab59801670ecd6f34eab9574bc47035.tar.bz2
abslibre-4816d20a2ab59801670ecd6f34eab9574bc47035.zip
linux-libre-kmod-alx-3.8rc5.1-1: updating version and revert package name
Diffstat (limited to 'libre')
-rw-r--r--libre/kmod-alx/kmod-alx.install33
-rw-r--r--libre/linux-libre-kmod-alx/PKGBUILD (renamed from libre/kmod-alx/PKGBUILD)19
2 files changed, 10 insertions, 42 deletions
diff --git a/libre/kmod-alx/kmod-alx.install b/libre/kmod-alx/kmod-alx.install
deleted file mode 100644
index aad4270cd..000000000
--- a/libre/kmod-alx/kmod-alx.install
+++ /dev/null
@@ -1,33 +0,0 @@
-generic() {
- echo " > Running depmod now..."
- depmod -a
-}
-
-unload() {
- lsmod | grep alx > /dev/null
- if [ "$?" = "0" ]; then
- rmmod alx
- fi
-}
-
-post_install() {
- generic
- echo " > Reloading alx module..."
- echo " Please note that you may REBOOT your system to get it works!"
- unload
- sleep 0.5
- modprobe alx
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- generic
- echo " > Unloading memory resident module..."
- unload
- rmmod compat
- echo " Module unloaded!."
-}
-
diff --git a/libre/kmod-alx/PKGBUILD b/libre/linux-libre-kmod-alx/PKGBUILD
index e13947383..f82a250bf 100644
--- a/libre/kmod-alx/PKGBUILD
+++ b/libre/linux-libre-kmod-alx/PKGBUILD
@@ -2,9 +2,10 @@
_kernver=3.7.6
_kernrel=1
-pkgname=('kmod-alx')
-_pkgver=2013-02-03
-pkgver=20130203
+pkgname=('linux-libre-kmod-alx')
+_version=v3.8-rc5
+_pkgver=3.8-rc5-1-u
+pkgver=3.8rc5.1
pkgrel=1
pkgdesc='Atheros alx ethernet device driver for linux-libre kernel'
arch=('i686' 'x86_64')
@@ -12,13 +13,13 @@ url='http://www.linuxfoundation.org/collaborate/workgroups/networking/alx'
license=('GPL2')
depends=("linux-libre=$_kernver")
makedepends=("linux-libre-headers=$_kernver")
-install=kmod-alx.install
-replaces=('alx' 'alx-driver' 'dkms-alx' 'linux-libre-kmod-alx')
-provides=('alx' 'alx-driver' 'dkms-alx' 'linux-libre-kmod-alx')
-conflicts=('alx' 'alx-driver' 'dkms-alx' 'linux-libre-kmod-alx')
-source=(http://www.kernel.org/pub/linux/kernel/projects/backports/2013/02/02/compat-drivers-$_pkgver.tar.xz)
+install=linux-libre-kmod-alx.install
+replaces=('alx' 'alx-driver' 'dkms-alx')
+provides=('alx' 'alx-driver' 'dkms-alx')
+conflicts=('alx' 'alx-driver' 'dkms-alx')
+source=(http://www.kernel.org/pub/linux/kernel/projects/backports/stable/$_version/compat-drivers-$_pkgver.tar.xz)
-md5sums=('f469f04c3b869c86f934d4a7a88decde')
+md5sums=('6ad873fbc6664aa4c15160e3ad7cb4c1')
build() {