425b865d02
Closes: #12383 [via git-merge-pr]
17 lines
478 B
Bash
17 lines
478 B
Bash
# Template build file for 'ico'.
|
|
pkgname=ico
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="Animate an icosahedron or other polyhedron"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="X11, MIT"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=d73b62f29eb98d850f16b76d759395180b860b613fbe1686b18eee99a6e3773f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|