mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removed core/sysfsutils (match upstream)
This commit is contained in:
parent
22cbe79aa7
commit
227551f022
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
# Plugbox changes: Just a bump of pkgrel, if it goes above 7, delete me
|
||||
|
||||
pkgname=sysfsutils
|
||||
pkgver=2.1.0
|
||||
pkgrel=7
|
||||
plugrel=1
|
||||
pkgdesc="System Utilities Based on Sysfs"
|
||||
arch=('arm')
|
||||
license=('GPL' 'LGPL')
|
||||
url="http://linux-diag.sourceforge.net/Sysfsutils.html"
|
||||
groups=('base')
|
||||
depends=('glibc')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/linux-diag/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
|
||||
options=(!libtool)
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
cd $pkgdir
|
||||
mkdir -v lib
|
||||
mv -v usr/lib/libsysfs.so.2* lib/
|
||||
ln -svf ../../lib/libsysfs.so.2 usr/lib/libsysfs.so
|
||||
}
|
Loading…
Reference in a new issue