eth0s/ports/core/file/Pkgfile

18 lines
386 B
Text
Raw Normal View History

# Description: Utility for determining the type of a given file or files
# URL:
2019-11-10 23:58:56 +08:00
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on:
name=file
version=5.37
release=1
source=(ftp://ftp.astron.com/pub/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}