25 lines
603 B
Text
25 lines
603 B
Text
# Template file for 'inxi'
|
|
pkgname=inxi
|
|
version=1.9.14
|
|
revision=1
|
|
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=46a07a50c231f57a7dd9af048b06f4612f45d7dde47609d13e498a5a0ce7b07d
|
|
create_wrksrc=yes
|
|
|
|
do_install() {
|
|
vinstall inxi 755 usr/bin
|
|
vinstall inxi.1.gz 644 usr/share/man/man1
|
|
vinstall inxi.changelog 644 usr/share/doc/$pkgname
|
|
}
|
|
|
|
inxi_package() {
|
|
depends="pciutils"
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|