21 lines
546 B
Text
21 lines
546 B
Text
# Template file for 'void-artwork'
|
|
pkgname=void-artwork
|
|
version=20111018
|
|
revision=1
|
|
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
|
|
}
|