aboutsummaryrefslogtreecommitdiffstats
path: root/community/tango-icon-theme/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tango-icon-theme/APKBUILD')
-rw-r--r--community/tango-icon-theme/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/tango-icon-theme/APKBUILD b/community/tango-icon-theme/APKBUILD
index 9a38732c89b..d0a72ed4013 100644
--- a/community/tango-icon-theme/APKBUILD
+++ b/community/tango-icon-theme/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=tango-icon-theme
pkgver=0.8.90
-pkgrel=4
+pkgrel=5
pkgdesc="The Tango Desktop Project exists to create a consistent user experience"
url="http://tango.freedesktop.org"
arch="all"
@@ -9,10 +9,7 @@ license="CC-BY-SA-2.5"
makedepends="intltool icon-naming-utils imagemagick-dev imagemagick"
source="http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -21,12 +18,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}