mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-01-28 10:20:13 +00:00
22 lines
222 B
Protocol Buffer
22 lines
222 B
Protocol Buffer
# description :
|
|
# homepage :
|
|
# maintainer :
|
|
# depends :
|
|
|
|
name=
|
|
version=
|
|
release=1
|
|
backup=""
|
|
options=""
|
|
noextract=""
|
|
source=""
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|