void-packages/srcpkgs/void-artwork/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

21 lines
535 B
Plaintext

# Template file for 'void-artwork'
pkgname=void-artwork
version=20111018
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
}