summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--libsmi.install14
3 files changed, 2 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79eec4e6ecde..b4739c6e5477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Dec 18 01:46:44 UTC 2015
pkgbase = libsmi
pkgdesc = C library allowing NM apps and MIB and PIB authoring tools to access SMI MIB info.
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.ibr.cs.tu-bs.de/projects/libsmi/
- install = libsmi.install
arch = i686
arch = x86_64
license = Custom
diff --git a/PKGBUILD b/PKGBUILD
index 05c169375317..11e4ba7a0b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,11 @@
#
pkgname=libsmi
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="C library allowing NM apps and MIB and PIB authoring tools to access SMI MIB info."
arch=('i686' 'x86_64')
url="http://www.ibr.cs.tu-bs.de/projects/libsmi/"
license=('Custom')
-install="libsmi.install"
depends=('bash')
source=("https://www.ibr.cs.tu-bs.de/projects/${pkgname}/download/${pkgname}-${pkgver}.tar.gz"
'LICENSE')
diff --git a/libsmi.install b/libsmi.install
deleted file mode 100644
index 14638dbf61e6..000000000000
--- a/libsmi.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- if [ ! -d /usr/share/licenses/libsmi ]
- then
- mkdir /usr/share/licenses/libsmi
- fi
-
- if [ ! -f /usr/share/licenses/libsmi/LICENSE ]
- then
- cp LICENSE /usr/share/licenses/libsmi/LICENSE
- fi
-
-}
-
-# vim:set ts=2 sw=2 et: