summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-20 14:04:50 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-20 14:04:50 +0200
commitd928253fc1fb07fb221cdf1a00585d928d256652 (patch)
treed74178f13bbe671a2fd0a6a98e99b60d6bf01514 /testing
parentb49cf39dcd16ec6158a6f48c372b67492f15eb55 (diff)
downloadaports-d928253fc1fb07fb221cdf1a00585d928d256652.tar.bz2
aports-d928253fc1fb07fb221cdf1a00585d928d256652.tar.xz
testing/lxappearance: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/lxappearance/APKBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/lxappearance/APKBUILD b/testing/lxappearance/APKBUILD
new file mode 100644
index 000000000..2bfe835c8
--- /dev/null
+++ b/testing/lxappearance/APKBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
+
+pkgname=lxappearance
+pkgver=0.5.2
+pkgrel=0
+pkgdesc='Feature-rich GTK+ theme switcher'
+arch='all'
+license='GPL2'
+url='http://lxde.org/'
+makedepends='gtk+2.0-dev intltool'
+subpackages="$pkgname-doc $pkgname-dev"
+source="http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz"
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --sysconfdir=/etc --prefix=/usr || return 1
+ make || return 1
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install || return 1
+}
+
+md5sums="a088c6ef08fd25df7dc3be5b07168bbe lxappearance-0.5.2.tar.gz"
+sha256sums="a446aaad5572dd42845d41a20db76ca1fb1b93e3827db1bce243c9877e5996f4 lxappearance-0.5.2.tar.gz"
+sha512sums="b08adf0cb9e5d3efe2d6be05c3fef99f18be6b4f85497951c111fde76010351b6265ea162acd8920ebb382c660d29d45a0a0bf601757d29739c8394b1328c0d5 lxappearance-0.5.2.tar.gz"