21 lines
596 B
Text
21 lines
596 B
Text
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=1.9.17
|
|
revision=1
|
|
noarch="yes"
|
|
create_srcdir=yes
|
|
create_wrksrc=yes
|
|
makedepends="pciutils"
|
|
depends="${makedepends}"
|
|
short_desc="A full featured system information script"
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
license="GPL-3"
|
|
homepage="http://code.google.com/p/inxi/"
|
|
distfiles="http://inxi.googlecode.com/svn/trunk/inxi.tar.gz"
|
|
checksum=2632a2bc099d6d242a1049b38b7cc47dd09b070f78a56f4be7683513acee8e31
|
|
|
|
do_install() {
|
|
vinstall inxi 755 usr/bin
|
|
vinstall inxi.1.gz 644 usr/share/man/man1
|
|
vinstall inxi.changelog 644 usr/share/doc/$pkgname
|
|
}
|