24 lines
650 B
Text
24 lines
650 B
Text
# Template file for 'lxde-icon-theme'
|
|
pkgname=lxde-icon-theme
|
|
version=0.0.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel"
|
|
short_desc="LXDE Standard icon theme"
|
|
homepage="http://lxde.org/"
|
|
license="GPL2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.bz2"
|
|
checksum=a75c0412033a0a0bf6b3912bb37409fbdae1b9a574f2821929aca8749e7ff3a3
|
|
long_desc="
|
|
This package contains lxde-icon-theme which is the default icon theme
|
|
for LXDE, also known as nuoveXT2 icon theme."
|
|
|
|
lxde-icon-theme_package() {
|
|
noarch="yes"
|
|
depends="gtk+"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|