gruplar
This commit is contained in:
parent
c0b585d8dd
commit
4a43754601
|
@ -1,6 +1,6 @@
|
|||
# Tanım: Camlp4 tool
|
||||
# URL: https://github.com/ocaml/camlp4
|
||||
# Paketçi: alihan-ozturk28@hotmail.com
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: ocaml ocamlbuild
|
||||
# Grup: geliştirme
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Tanım: Çok yönlü dosya arama aracı
|
||||
# URL: https://launchpad.net/catfish-search
|
||||
# Paketçi: milisargeyasarciv
|
||||
# Paketçi: yasarciv
|
||||
# Gerekler: intltool python-distutils-extra python-gobject python-xdg python-pexpect python-cairo python-ptyprocess gtk3 xdg-utils mlocate
|
||||
# Grup: sistem
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Tanım:mantık programları için temel bilgi veren ayrıştırıcı uygulama
|
||||
# Tanım: mantık programları için temel bilgi veren ayrıştırıcı uygulama
|
||||
# URL: https://potassco.org
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: re2c cmake ninja python lua clang
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Tanım: Renkli aygıtları yönetmek için sistem arka plan programı
|
||||
# URL: http://www.freedesktop.org/software/colord/
|
||||
# Paketçi: milisargeyasarciv67@gmail.com
|
||||
# Paketçi: milisarge,yasarciv
|
||||
# Gerekler: libgudev sqlite polkit lcms2 gobject-introspection libusb dbus vala libgusb
|
||||
# Grup: sistem
|
||||
|
||||
|
@ -10,17 +10,17 @@ devir=1
|
|||
kaynak=(http://www.freedesktop.org/software/$isim/releases/$isim-$surum.tar.xz)
|
||||
|
||||
derle() {
|
||||
cd $isim-$surum
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-daemon-user=colord \
|
||||
--enable-vala \
|
||||
--enable-systemd-login=no \
|
||||
--disable-argyllcms-sensor \
|
||||
--disable-static \
|
||||
--with-systemdsystemunitdir=no \
|
||||
--disable-bash-completion
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $isim-$surum
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-daemon-user=colord \
|
||||
--enable-vala \
|
||||
--enable-systemd-login=no \
|
||||
--disable-argyllcms-sensor \
|
||||
--disable-static \
|
||||
--with-systemdsystemunitdir=no \
|
||||
--disable-bash-completion
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue