gtk-sharp.paketlendi

This commit is contained in:
milisarge 2017-05-12 08:19:28 +03:00
parent 7d2f75e4e0
commit 251ccca78a
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: c# için gtk2 kütüphaneleri
# URL: http://www.mono-project.com/docs/gui/gtksharp/
# Packager: milisarge
# Depends on: mono libglade gtk2
name=gtk-sharp
version=2.12.42
release=1
source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${version}.tar.gz)
build(){
cd gtk-sharp-${version}
./configure --prefix=/usr --sysconfdir=/etc --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="${PKG}" install
}