testing/[various]: remove *.la

This commit is contained in:
Natanael Copa 2011-06-29 12:01:43 +00:00
parent 98c5b3c672
commit aade32cf42
10 changed files with 23 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# Contributor: Francesco Colista <francesco.colista@gmail.com> # Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=chmlib pkgname=chmlib
pkgver=0.40 pkgver=0.40
pkgrel=0 pkgrel=1
pkgdesc="Library for dealing with Microsoft ITSS/CHM format files" pkgdesc="Library for dealing with Microsoft ITSS/CHM format files"
url="http://morte.jedrea.com/~jedwin/projects/chmlib/" url="http://morte.jedrea.com/~jedwin/projects/chmlib/"
arch="all" arch="all"
@ -23,6 +23,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="7ea49ed8c335215c1edc6fae83e6b912 chmlib-0.40.tar.bz2" md5sums="7ea49ed8c335215c1edc6fae83e6b912 chmlib-0.40.tar.bz2"

View File

@ -1,8 +1,8 @@
# Contributor: William Pitcock <nenolod@dereferenced.org> # Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=clutter pkgname=clutter
pkgver=1.6.16 pkgver=1.6.16
pkgrel=0 pkgrel=1
pkgdesc="library for creating fast, visually-appealing interfaces" pkgdesc="library for creating fast, visually-appealing interfaces"
url="http://www.clutter-project.org/" url="http://www.clutter-project.org/"
arch="all" arch="all"
@ -35,6 +35,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="9c7e9c5356d7e3405b756ce6a91c15f3 clutter-1.6.16.tar.bz2" md5sums="9c7e9c5356d7e3405b756ce6a91c15f3 clutter-1.6.16.tar.bz2"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=e_dbus pkgname=e_dbus
pkgver=1.0.0 pkgver=1.0.0
pkgrel=0 pkgrel=1
pkgdesc="Enlightenment's (Ecore) integration to DBus" pkgdesc="Enlightenment's (Ecore) integration to DBus"
url="http://trac.enlightenment.org/e/wiki/E_Dbus" url="http://trac.enlightenment.org/e/wiki/E_Dbus"
arch="all" arch="all"
@ -39,6 +39,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="4a3031a41e7e33f843cf104bf84cd4ee e_dbus-1.0.0.tar.gz" md5sums="4a3031a41e7e33f843cf104bf84cd4ee e_dbus-1.0.0.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ecasound pkgname=ecasound
pkgver=2.8.1 pkgver=2.8.1
pkgrel=0 pkgrel=1
pkgdesc="Textmode multitrack audio processing" pkgdesc="Textmode multitrack audio processing"
url="http://eca.cx/ecasound/index.php" url="http://eca.cx/ecasound/index.php"
arch="all" arch="all"
@ -40,6 +40,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="d9ded0074a8eeb59dd507c248220d010 ecasound-2.8.1.tar.gz" md5sums="d9ded0074a8eeb59dd507c248220d010 ecasound-2.8.1.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ecore pkgname=ecore
pkgver=1.0.0 pkgver=1.0.0
pkgrel=0 pkgrel=1
pkgdesc="Enlightenment's core event abstraction layer and OS abstraction layer" pkgdesc="Enlightenment's core event abstraction layer and OS abstraction layer"
url="http://trac.enlightenment.org/e/wiki/Ecore" url="http://trac.enlightenment.org/e/wiki/Ecore"
arch="all" arch="all"
@ -31,6 +31,7 @@ build() {
cd "$_builddir" cd "$_builddir"
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-cares \ --enable-cares \
--disable-gnutls \
|| return 1 || return 1
make || return 1 make || return 1
} }
@ -38,6 +39,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="56fa814282f48c346b398e16de81145f ecore-1.0.0.tar.gz" md5sums="56fa814282f48c346b398e16de81145f ecore-1.0.0.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=edje pkgname=edje
pkgver=1.0.0 pkgver=1.0.0
pkgrel=0 pkgrel=1
pkgdesc="Enlightenment's graphical layout and animation library" pkgdesc="Enlightenment's graphical layout and animation library"
url="http://trac.enlightenment.org/e/wiki/Edje" url="http://trac.enlightenment.org/e/wiki/Edje"
arch="all" arch="all"
@ -35,6 +35,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="14c33c2b9d1bd36d8507d55597c77991 edje-1.0.0.tar.gz" md5sums="14c33c2b9d1bd36d8507d55597c77991 edje-1.0.0.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=eeze pkgname=eeze
pkgver=1.0.1 pkgver=1.0.1
pkgrel=0 pkgrel=1
pkgdesc="Enlightenment's device library" pkgdesc="Enlightenment's device library"
url="http://trac.enlightenment.org/e/wiki/Eeze" url="http://trac.enlightenment.org/e/wiki/Eeze"
arch="all" arch="all"
@ -39,6 +39,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
"$pkgdir"/usr/lib/*.la
} }
md5sums="e36b5e8ed444c8d13d27fd82d5f71659 eeze-1.0.1.tar.gz" md5sums="e36b5e8ed444c8d13d27fd82d5f71659 eeze-1.0.1.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=efreet pkgname=efreet
pkgver=1.0.0 pkgver=1.0.0
pkgrel=0 pkgrel=1
pkgdesc="Enlightenment's library for handling of freedesktop.org specs" pkgdesc="Enlightenment's library for handling of freedesktop.org specs"
url="http://trac.enlightenment.org/e/wiki/Efreet" url="http://trac.enlightenment.org/e/wiki/Efreet"
arch="all" arch="all"
@ -39,6 +39,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="ce7dd05138335312c7eb9ac8e5e62467 efreet-1.0.0.tar.gz" md5sums="ce7dd05138335312c7eb9ac8e5e62467 efreet-1.0.0.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=embryo pkgname=embryo
pkgver=1.0.0 pkgver=1.0.0
pkgrel=0 pkgrel=1
pkgdesc="Enlightenment's virtual machine engine and bytecode compiler" pkgdesc="Enlightenment's virtual machine engine and bytecode compiler"
url="http://trac.enlightenment.org/e/wiki/Embryo" url="http://trac.enlightenment.org/e/wiki/Embryo"
arch="all" arch="all"
@ -39,6 +39,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="2d6269c931656d5714197e508b144f18 embryo-1.0.0.tar.gz" md5sums="2d6269c931656d5714197e508b144f18 embryo-1.0.0.tar.gz"

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=evas pkgname=evas
pkgver=1.0.1 pkgver=1.0.1
pkgrel=0 pkgrel=1
pkgdesc="hardware-accelerated retained canvas API" pkgdesc="hardware-accelerated retained canvas API"
url="http://trac.enlightenment.org/e/wiki/Evas" url="http://trac.enlightenment.org/e/wiki/Evas"
arch="all" arch="all"
@ -37,6 +37,7 @@ build() {
package() { package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
} }
md5sums="528debc5e5c75dbc8c5aa7ce5560cdd5 evas-1.0.1.tar.gz" md5sums="528debc5e5c75dbc8c5aa7ce5560cdd5 evas-1.0.1.tar.gz"