summaryrefslogtreecommitdiff
path: root/libre/lirc-parabola-lts/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-24 16:06:08 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-24 16:06:08 -0300
commit5d304f22a33e15fb2d5178c781e18325fea37854 (patch)
tree7b8602b2f0870bb2ed058b968811e52abe07d09c /libre/lirc-parabola-lts/PKGBUILD
parentd991fd8d10c04b20907fe6397dbe3cd6a691d0c7 (diff)
parent90aca6b17865eafd41b20a46ad76ec58c9126a29 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/lirc-parabola-lts/PKGBUILD')
-rw-r--r--libre/lirc-parabola-lts/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/libre/lirc-parabola-lts/PKGBUILD b/libre/lirc-parabola-lts/PKGBUILD
index e9e3e4bd5..15a503e3a 100644
--- a/libre/lirc-parabola-lts/PKGBUILD
+++ b/libre/lirc-parabola-lts/PKGBUILD
@@ -15,7 +15,7 @@ if [[ -n "${_kernelname}" ]]; then
pkgname=$_pkgname
else
pkgbase=$_pkgname
- pkgname=("$_pkgname" lirc-utils-parabola)
+ pkgname=("$_pkgname" lirc-parabola-utils)
fi
_pkgver=0.9.1a
@@ -35,7 +35,7 @@ md5sums=('1f1fac162ed309dd50f307e96a292957'
'febf25c154a7d36f01159e84f26c2d9a')
# Package info
-pkgrel=1.${_basekernel/./}
+pkgrel=1
epoch=1
arch=('i686' 'x86_64' 'mips64el')
options=('!makeflags' '!strip')
@@ -82,14 +82,14 @@ build() {
_package_lirc() {
pkgdesc="Linux Infrared Remote Control kernel modules (built for the linux-libre${_kernelname} kernel package)"
- depends=('lirc-libre-utils' "linux-libre${_kernelname}>=${_basekernel}" "linux-libre${_kernelname}<${_toohigh}")
+ depends=('lirc-utils' "linux-libre${_kernelname}>=${_basekernel}" "linux-libre${_kernelname}<${_toohigh}")
replaces=('lirc+pctv')
[[ -z "$_kernelname" ]] || provides=("lirc-parabola=${pkgver}")
install=kmod.install
- replaces+=( "lirc${_kernelname}" "lirc-libre${_kernelname}")
- conflicts+=("lirc${_kernelname}" "lirc-libre${_kernelname}")
- provides+=( "lirc${_kernelname}=${pkgver}" "lirc-libre${_kernelname}=${pkgver}")
+ replaces+=("lirc${_kernelname}")
+ conflicts+=("lirc${_kernelname}")
+ provides+=("lirc${_kernelname}=${pkgver}")
cd "${srcdir}/lirc-${_pkgver}/drivers"
@@ -107,16 +107,16 @@ else
eval "package_${_pkgname}() { _package_lirc; }"
fi
-package_lirc-utils-parabola() {
+package_lirc-parabola-utils() {
pkgdesc="Linux Infrared Remote Control utilities"
depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
optdepends=('python2: pronto2lirc utility')
options=('strip')
backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 'etc/lirc/lircmd.conf')
- replaces=( 'lirc-utils' 'lirc-utils-libre')
- conflicts=('lirc-utils' 'lirc-utils-libre')
- provides=( "lirc-utils=$pkgver" "lirc-utils-libre=$pkgver")
+ replaces=('lirc-utils')
+ conflicts=('lirc-utils')
+ provides=("lirc-utils=$pkgver")
install=kmod.install
cd "${srcdir}/lirc-${_pkgver}"