diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template new file mode 100644 index 0000000000..8947d04f78 --- /dev/null +++ b/srcpkgs/inxi/template @@ -0,0 +1,25 @@ +# Template file for 'inxi' +pkgname=inxi +version=1.9.14 +revision=1 +short_desc="A full featured system information script" +maintainer="Ypnose " +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 + } +}