New package: void-artwork-20111018.
This commit is contained in:
parent
6eb5375057
commit
e454f3feb3
BIN
srcpkgs/void-artwork/files/splash.png
Normal file
BIN
srcpkgs/void-artwork/files/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
BIN
srcpkgs/void-artwork/files/splashwhite.png
Normal file
BIN
srcpkgs/void-artwork/files/splashwhite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
srcpkgs/void-artwork/files/void-logo.png
Normal file
BIN
srcpkgs/void-artwork/files/void-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
21
srcpkgs/void-artwork/template
Normal file
21
srcpkgs/void-artwork/template
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user