Skip to content

Commit

Permalink
attr: Update to v2.4.48
Browse files Browse the repository at this point in the history
New attr features proper autotools support which simplifies the Buildfile.
  • Loading branch information
lundmar committed Aug 10, 2018
1 parent c8c324f commit 7e3bc4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions attr/Buildfile
Expand Up @@ -3,9 +3,9 @@
# License: GPLv2

name=attr
version=2.4.47
version=2.4.48
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.src.tar.gz)
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)

build() {
cd $name-$version
Expand All @@ -17,9 +17,9 @@ build() {
--disable-nls
make -j $JOBS
make DIST_ROOT=$PKG install install-lib install-dev
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{doc,locale}
rm -r $PKG/usr/share/doc

# Fix libtool files
fix_la_files $PKG
Expand Down

0 comments on commit 7e3bc4e

Please sign in to comment.