[arch-commits] Commit in libsass/repos (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Aug 22 23:17:46 UTC 2015


    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 <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+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 <jerome at leclan.ch>
+# Contributor: Isaac Dupree <antispam at idupree.com>
+
+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"
+}



More information about the arch-commits mailing list