nixpkgs/pkgs/development/libraries/attr/builder.sh
Michael Raskin 9849c4fd13 Added acl package and fixed attr package.
svn path=/nixpkgs/trunk/; revision=9963
2007-12-23 15:09:12 +00:00

12 lines
133 B
Bash

source $stdenv/setup
preConfigure() {
autoconf
}
preConfigure=preConfigure
installFlags='install-lib install-dev'
genericBuild