main/garcon: remove *.la

This commit is contained in:
Natanael Copa 2011-07-01 08:00:41 +00:00
parent 9d5f9faf70
commit dd4d9359dd

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=garcon
pkgver=0.1.7
pkgrel=0
pkgrel=1
pkgdesc="a freedesktop.org compliant menu implementation based on GLib and GIO"
url="http://www.xfce.org/"
arch="all"
@ -27,6 +27,7 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
}
md5sums="8990668e4f2fecffe124f613b6e1e01f garcon-0.1.7.tar.bz2"