New package: void-artwork-20111018.

This commit is contained in:
Juan RP 2011-10-18 18:07:52 +02:00
parent 6eb5375057
commit e454f3feb3
4 changed files with 21 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -0,0 +1,21 @@
# Template file for 'void-artwork'
pkgname=void-artwork
version=20111018
build_style=custom-install
short_desc="Void GNU/Linux artwork"
maintainer="xtraeme and davehome"
license="Public domain"
homepage="http://code.google.com/p/xbps"
long_desc="
$pkgname contains artwork images for Void GNU/Linux: splash images,
logos, etc."
noextract=yes
noarch=yes
do_install()
{
vinstall ${FILESDIR}/splash.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/splashwhite.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/void-logo.png 644 usr/share/void-artwork
}