New package: void-artwork-20111018.
This commit is contained in:
parent
6eb5375057
commit
e454f3feb3
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 |
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue