Artifact 59cddfa94088b99592303763f7105e42f5da9f4a:
- File pkgs/attr/info — part of check-in [5a12684aa8] at 2014-11-12 08:04:41 on branch packages — Added "attr" package (user: rkeene, size: 368) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash
version='2.4.47'
url="http://download.savannah.gnu.org/releases/attr/attr-${version}.src.tar.gz"
domain=core.appfs.rkeene.org
sha256='25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
function prebuild() {
	echo "# Ignore: DESTDIR" >> Makefile
}
function install() {
	make install install-dev install-lib DESTDIR="${destdir}"
}