From 4fd38b1c7635719535ed16a2ed7cf6814ded90f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 28 Jan 2011 03:23:04 -0300 Subject: updated README and [social] ABS tree --- pkgs/parabola-social/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pkgs/parabola-social/PKGBUILD (limited to 'pkgs/parabola-social/PKGBUILD') diff --git a/pkgs/parabola-social/PKGBUILD b/pkgs/parabola-social/PKGBUILD new file mode 100644 index 0000000..c5e7531 --- /dev/null +++ b/pkgs/parabola-social/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: fauno +pkgname='parabola-social' +pkgver=20101208 +pkgrel=1 +license=('GPL') +arch=('any') +group=('social-devel') +url="http://wiki.parabolagnulinux.org/Category:Parabola_GNU/Social" +pkgdesc="Parabola Social utils" +source=("http://parabolagnulinux.org/repo/SocialSources/${pkgname}-${pkgver}.tar.xz") +md5sums=('bec6087ee09c19848da15950adc3740e') + +build() { + /bin/true +} + +package() { + cd ${srcdir}/ + + install -d ${pkgdir}/usr/bin + install -m755 bin/* ${pkgdir}/usr/bin +} -- cgit v1.2.2