From 34a1678ba2664362e9f27e7ef530946c39edcad1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 12 Jan 2010 07:31:20 +0000 Subject: x11/thunar-archive-plugin: new aport create and deflate archives in thunar http://xfce-goodies.berlios.de/ --- x11/thunar-archive-plugin/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11/thunar-archive-plugin/APKBUILD (limited to 'x11') diff --git a/x11/thunar-archive-plugin/APKBUILD b/x11/thunar-archive-plugin/APKBUILD new file mode 100644 index 0000000000..87162bbf0c --- /dev/null +++ b/x11/thunar-archive-plugin/APKBUILD @@ -0,0 +1,29 @@ +# Maintainer: Natanael Copa +pkgname=thunar-archive-plugin +pkgver=0.2.4 +pkgrel=0 +pkgdesc="create and deflate archives in thunar" +url="http://xfce-goodies.berlios.de/" +license="GPL2" +depends= +makedepends="gtk+-dev intltool thunar-dev" +install= +source="http://download.berlios.de/xfce-goodies/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static + make || return 1 +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + make DESTDIR="$pkgdir" install || return 1 + # dont want file-roller + rm -f "$pkgdir"/usr/lib/xfce4/thunar-archive-plugin/file-roller.tap +} +md5sums="4c389e6328af9322937af76382f0baec thunar-archive-plugin-0.2.4.tar.bz2" -- cgit v1.2.3