[arch-commits] Commit in (5 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Aug 22 22:53:36 UTC 2015


    Date: Sunday, August 23, 2015 @ 00:53:35
  Author: jleclanche
Revision: 138646

libsass: Moved from AUR

Added:
  libsass/
  libsass/repos/
  libsass/trunk/
  libsass/trunk/PKGBUILD
Modified:
  liblxqt/trunk/PKGBUILD

------------------------+
 liblxqt/trunk/PKGBUILD |    2 +-
 libsass/trunk/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

Modified: liblxqt/trunk/PKGBUILD
===================================================================
--- liblxqt/trunk/PKGBUILD	2015-08-22 19:28:41 UTC (rev 138645)
+++ liblxqt/trunk/PKGBUILD	2015-08-22 22:53:35 UTC (rev 138646)
@@ -1,4 +1,4 @@
-# $
+# $Id$
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=liblxqt

Added: libsass/trunk/PKGBUILD
===================================================================
--- libsass/trunk/PKGBUILD	                        (rev 0)
+++ libsass/trunk/PKGBUILD	2015-08-22 22:53:35 UTC (rev 138646)
@@ -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"
+}


Property changes on: libsass/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list