17 lines
416 B
Bash
17 lines
416 B
Bash
# Template build file for 'xbitmaps'.
|
|
pkgname=xbitmaps
|
|
version=1.1.2
|
|
revision=1
|
|
noarch="yes"
|
|
build_style=gnu-configure
|
|
short_desc="Common X11 bitmaps"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/data/$pkgname-$version.tar.bz2"
|
|
checksum=b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|