11 lines
183 B
Text
11 lines
183 B
Text
![]() |
name=attr
|
||
|
version=2.4.48
|
||
|
source=(http://download.savannah.gnu.org/releases/attr/attr-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/tools
|
||
|
make
|
||
|
make install
|
||
|
}
|