This commit is contained in:
milisbir 2018-07-15 01:45:06 +03:00
parent 7b24f9566f
commit 2ddc115543
1 changed files with 7 additions and 8 deletions

View File

@ -4,18 +4,17 @@
# Gerekler: efl polkit-gnome
isim=places
surum=1
surum=git
devir=1
kaynak=()
derle() {
git clone http://git.enlightenment.org/enlightenment/modules/places.git
cd ${isim}
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=${PKG} install
git_indir http://git.enlightenment.org/enlightenment/modules/places.git $isim
cd ${isim}
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=${PKG} install
}