Date: Sunday, August 23, 2015 @ 01:17:45
  Author: jleclanche
Revision: 138647

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

Added:
  libsass/repos/community-i686/
  libsass/repos/community-i686/PKGBUILD
    (from rev 138646, libsass/trunk/PKGBUILD)
  libsass/repos/community-x86_64/
  libsass/repos/community-x86_64/PKGBUILD
    (from rev 138646, libsass/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libsass/repos/community-i686/PKGBUILD (from rev 138646, 
libsass/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-08-22 23:17:45 UTC (rev 138647)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+# Contributor: Isaac Dupree <[email protected]>
+
+pkgname=libsass
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/";
+license=("MIT")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=("44c7f493b471317f8dc126fd316b8895c6ab24827f9df56fd3df071dae9945f4")
+
+
+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: libsass/repos/community-x86_64/PKGBUILD (from rev 138646, 
libsass/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-22 23:17:45 UTC (rev 138647)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+# Contributor: Isaac Dupree <[email protected]>
+
+pkgname=libsass
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/";
+license=("MIT")
+source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz";)
+sha256sums=("44c7f493b471317f8dc126fd316b8895c6ab24827f9df56fd3df071dae9945f4")
+
+
+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