Date: Sunday, August 23, 2015 @ 04:16:10
  Author: jleclanche
Revision: 138649

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sassc/repos/community-i686/
  sassc/repos/community-i686/PKGBUILD
    (from rev 138648, sassc/trunk/PKGBUILD)
  sassc/repos/community-x86_64/
  sassc/repos/community-x86_64/PKGBUILD
    (from rev 138648, sassc/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: sassc/repos/community-i686/PKGBUILD (from rev 138648, 
sassc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-08-23 02:16:10 UTC (rev 138649)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+# Contributor: Isaac Dupree <[email protected]>
+
+pkgname=sassc
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("i686" "x86_64")
+url="http://libsass.org/";
+license=("MIT")
+depends=("libsass")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=("65d746ed7512754fe5cf7f5c84317e366c564fecb99cd12d901910c4cbe1c3f5")
+
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       autoreconf -i
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       make DESTDIR="$pkgdir/" install
+       install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: sassc/repos/community-x86_64/PKGBUILD (from rev 138648, 
sassc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-23 02:16:10 UTC (rev 138649)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+# Contributor: Isaac Dupree <[email protected]>
+
+pkgname=sassc
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("i686" "x86_64")
+url="http://libsass.org/";
+license=("MIT")
+depends=("libsass")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=("65d746ed7512754fe5cf7f5c84317e366c564fecb99cd12d901910c4cbe1c3f5")
+
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       autoreconf -i
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       make DESTDIR="$pkgdir/" install
+       install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to