mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/[various]: remove *.la
This commit is contained in:
parent
98c5b3c672
commit
aade32cf42
@ -1,8 +1,8 @@
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer:
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=chmlib
|
||||
pkgver=0.40
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Library for dealing with Microsoft ITSS/CHM format files"
|
||||
url="http://morte.jedrea.com/~jedwin/projects/chmlib/"
|
||||
arch="all"
|
||||
@ -23,6 +23,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="7ea49ed8c335215c1edc6fae83e6b912 chmlib-0.40.tar.bz2"
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Contributor: William Pitcock <nenolod@dereferenced.org>
|
||||
# Maintainer:
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=clutter
|
||||
pkgver=1.6.16
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="library for creating fast, visually-appealing interfaces"
|
||||
url="http://www.clutter-project.org/"
|
||||
arch="all"
|
||||
@ -35,6 +35,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="9c7e9c5356d7e3405b756ce6a91c15f3 clutter-1.6.16.tar.bz2"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=e_dbus
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment's (Ecore) integration to DBus"
|
||||
url="http://trac.enlightenment.org/e/wiki/E_Dbus"
|
||||
arch="all"
|
||||
@ -39,6 +39,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="4a3031a41e7e33f843cf104bf84cd4ee e_dbus-1.0.0.tar.gz"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=ecasound
|
||||
pkgver=2.8.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Textmode multitrack audio processing"
|
||||
url="http://eca.cx/ecasound/index.php"
|
||||
arch="all"
|
||||
@ -40,6 +40,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="d9ded0074a8eeb59dd507c248220d010 ecasound-2.8.1.tar.gz"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=ecore
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment's core event abstraction layer and OS abstraction layer"
|
||||
url="http://trac.enlightenment.org/e/wiki/Ecore"
|
||||
arch="all"
|
||||
@ -31,6 +31,7 @@ build() {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
--enable-cares \
|
||||
--disable-gnutls \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
@ -38,6 +39,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="56fa814282f48c346b398e16de81145f ecore-1.0.0.tar.gz"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=edje
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment's graphical layout and animation library"
|
||||
url="http://trac.enlightenment.org/e/wiki/Edje"
|
||||
arch="all"
|
||||
@ -35,6 +35,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="14c33c2b9d1bd36d8507d55597c77991 edje-1.0.0.tar.gz"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=eeze
|
||||
pkgver=1.0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment's device library"
|
||||
url="http://trac.enlightenment.org/e/wiki/Eeze"
|
||||
arch="all"
|
||||
@ -39,6 +39,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
"$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="e36b5e8ed444c8d13d27fd82d5f71659 eeze-1.0.1.tar.gz"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=efreet
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment's library for handling of freedesktop.org specs"
|
||||
url="http://trac.enlightenment.org/e/wiki/Efreet"
|
||||
arch="all"
|
||||
@ -39,6 +39,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="ce7dd05138335312c7eb9ac8e5e62467 efreet-1.0.0.tar.gz"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=embryo
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment's virtual machine engine and bytecode compiler"
|
||||
url="http://trac.enlightenment.org/e/wiki/Embryo"
|
||||
arch="all"
|
||||
@ -39,6 +39,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="2d6269c931656d5714197e508b144f18 embryo-1.0.0.tar.gz"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=evas
|
||||
pkgver=1.0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="hardware-accelerated retained canvas API"
|
||||
url="http://trac.enlightenment.org/e/wiki/Evas"
|
||||
arch="all"
|
||||
@ -37,6 +37,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="528debc5e5c75dbc8c5aa7ce5560cdd5 evas-1.0.1.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user