bacon.paketlendi
This commit is contained in:
parent
6d481bb233
commit
00264ef9fd
1 changed files with 17 additions and 0 deletions
17
talimatname/genel/bacon/talimat
Normal file
17
talimatname/genel/bacon/talimat
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Description: Basic dilinden C diline çevirici
|
||||||
|
# URL: http://www.basic-converter.org
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: gtksourceview2
|
||||||
|
|
||||||
|
name=bacon
|
||||||
|
version=3.5.4
|
||||||
|
release=1
|
||||||
|
|
||||||
|
source=(http://www.basic-converter.org/stable/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build(){
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr --sysconfdir=/etc --with-bash
|
||||||
|
make -j1
|
||||||
|
make BINDIR="$PKG/usr/bin/" LIBDIR="$PKG/usr/lib" MANDIR="$PKG/usr/share/man" DATADIR="$PKG/usr/share" install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue