summaryrefslogtreecommitdiff
path: root/chunks/attr.morph
blob: 93c5e935246d7b0d96a83ca44101fecc4cdb3ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: attr
kind: chunk
repo: upstream:attr
ref: be4a3c1d50981d2cbbe2cfb55498cac51909c37f
configure-commands:
- sed -i -e 's,PKG_\(.*\)_DIR\t= ,PKG_\1_DIR\t= \$(DESTDIR),g' include/builddefs.in
- sed -i -e 's,\$\$LOCAL_CONFIGURE_OPTIONS,\$(LOCAL_CONFIGURE_OPTIONS),g' Makefile
- make LOCAL_CONFIGURE_OPTIONS="--prefix=/usr --exec-prefix=/usr --sbindir=/usr/sbin
  --bindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib --enable-lib64=yes --includedir=/usr/include
  --mandir=/usr/share/man --datadir=/usr/share" configure
build-commands:
- make SHELL=/bin/bash
install-commands:
- make SHELL=/bin/bash DESTDIR="$DESTDIR" install-lib install-dev
comments:
- 'The DESTDIR patch idea comes from: http://pkgs.fedoraproject.org/gitweb/?p=attr.git;a=blob_plain;f=attr-2.4.32-build.patch'