ceviri ve standardizasyon

This commit is contained in:
dotw666 2017-01-31 03:37:09 +03:00
parent 36e8ef96b9
commit 246a87beba
178 changed files with 468 additions and 654 deletions

View File

@ -1,13 +1,13 @@
# Description: Dash is a POSIX compliant shell
# URL: URL: http://gondor.apana.org.au/~herbert/dash/
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on:
# URL: http://gondor.apana.org.au/~herbert/dash/
# Packager: milisarge
# Depends on:
name=dash
version=0.5.8
release=1
source=(http://gondor.apana.org.au/~herbert/dash/files/dash-$version.tar.gz)
build(){
cd $name-$version
./configure --bindir=/bin \

View File

@ -1,12 +1,11 @@
# Description: The Berkeley DB embedded database system
# URL: http://www.oracle.com/technology/software/products/berkeley-db/index.html
# Packager: pierre at nutyx dot org
# Depends on:
# Packager: milisarge
# Depends on:
name=db
version=6.1.26
release=1
source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz)
build() {

View File

@ -1,11 +1,11 @@
# Description: The D-Bus GLib package contains GLib interfaces to the D-Bus API.
# URL: http://www.freedesktop.org/wiki/Software/DBusBindings
# Packager: tnut at nutyx dot org
# Depends on: dbus expat glib
# Packager: milisarge
# Depends on: dbus expat glib
name=dbus-glib
version=0.104
release=1
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {

View File

@ -1,13 +1,11 @@
# Description: Python bindings for DBUS
# URL: http://dbus.freedesktop.org/
# Packager: pierre at nutyx dot org
# Depends on: python python3 dbus-glib
run=( python python3 )
# Packager: milisarge
# Depends on: python python3 dbus-glib
name=dbus-python
version=1.2.2
release=1
source=(http://pkgs.fedoraproject.org/repo/pkgs/dbus-python/dbus-python-1.2.2.tar.gz/d1f2c7ba976d457206caf57d20b5cb5d/dbus-python-1.2.2.tar.gz)
build() {

View File

@ -1,12 +1,11 @@
# Description: Freedesktop.org message bus system
# URL: http://www.freedesktop.org/wiki/Software/dbus/
# Packager: milisarge
# Depends on: expat xorg-libx11 xorg-libsm xorg-libice
# Depends on: expat xorg-libx11 xorg-libsm xorg-libice
name=dbus
version=1.10.6
release=1
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
dbus.system-local.conf)
@ -41,7 +40,7 @@ build() {
mkdir -p $PKG/etc/dbus-1/system.d/
mkdir -p $PKG/etc/dbus-1/session.d/
for i in 2 3 4 5
do
do
mv $PKG/etc/rc.d/rc$i.d/S{29,15}dbus
done
for i in 0 1 6

View File

@ -1,12 +1,11 @@
# Description: A low-level configuration system.
# URL: http://www.gnome.org/
# Packager: pierre at nutyx dot org
# Depends on: dbus gtk3 libxml2 vala
# Packager: milisarge
# Depends on: dbus gtk3 libxml2 vala
name=dconf
version=0.24.0
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {

View File

@ -1,18 +1,16 @@
# Description: A GTK+ audio player for GNU/Linux
# Description: GNU/Linux icin GTK+ ses oynatici
# URL: http://deadbeef.sourceforge.net
# Maintainer: Alexey Yakovenko
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: gtk3 x264 flac libmad glib librsvg libcaca alsa-lib xorg-libxinerama xorg-libxpm libvpx libcdio vcdimager live libdvdcss libdvdread libdvdnav libogg libtheora lame faac libvorbis ffmpeg faad2 liba52 libmpeg2 libmpcdec fribidi libdv speex pulseaudio
name=deadbeef
version=0.6.1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr --disable-ffmpeg --enable-gtk3
make
make
make DESTDIR=$PKG install
}

View File

@ -1,13 +1,13 @@
# Description: Vera font family derivate with additional characters
# URL: http://dejavu.sourceforge.net/
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: xorg-libx11,xorg-fontconfig
name=dejavu-ttf
version=2.35
release=1
source=(http://downloads.sourceforge.net/dejavu/dejavu-fonts-ttf-$version.tar.bz2)
build() {
cd dejavu-fonts-ttf-$version/ttf
install -v -d -m755 $PKG/usr/share/fonts/dejavu

View File

@ -1,15 +1,13 @@
# Description: Command line utilities for working with desktop entries
# URL: http://freedesktop.org/software/desktop-file-utils
# Packager: pierre at nutyx dot org
# Depends on: glib
# Packager: milisarge
# Depends on: glib
name=desktop-file-utils
version=0.22
release=1
source=( http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
@ -18,4 +16,3 @@ build() {
make
make DESTDIR=$PKG install
}

View File

@ -1,29 +1,29 @@
# Description: The ISC DHCP package contains both the client and server programs for DHCP.
# URL: ftp://ftp.isc.org/isc/dhcp
# Packager: berlius at nutyx dot com
# Packager: milisarge
# Depends on:
name=dhcp
version=4.3.3
version=4.3.3
release=1
source=(ftp://ftp.isc.org/isc/dhcp/4.3.3/dhcp-4.3.3.tar.gz
http://www.linuxfromscratch.org/patches/downloads/dhcp/dhcp-4.3.3-client_script-1.patch
http://www.linuxfromscratch.org/patches/downloads/dhcp/dhcp-4.3.3-missing_ipv6-1.patch
dhclient.conf ifconfig.eth0 dhcpd.conf )
build() {
cd $name-$version
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
patch -Np1 -i $SRC/dhcp-4.3.3-missing_ipv6-1.patch
patch -Np1 -i $SRC/dhcp-4.3.3-client_script-1.patch
patch -Np1 -i $SRC/dhcp-4.3.3-client_script-1.patch
CFLAGS="-D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"' \
-D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"' \
-D_PATH_DHCLIENT_CONF='\"/etc/dhcp/dhclient.conf\"'" \
@ -33,27 +33,27 @@ build() {
--with-srv-lease-file=/var/lib/dhcpd/dhcpd.leases \
--with-srv6-lease-file=/var/lib/dhcpd/dhcpd6.leases \
--with-cli-lease-file=/var/lib/dhclient/dhclient.leases \
--with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases
--with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases
make -j1
make DESTDIR=$PKG install
make DESTDIR=$PKG install
install -v -dm 755 $PKG/sbin
mv -v $PKG/usr/sbin/dhclient $PKG/sbin
mv -v $PKG/usr/sbin/dhclient $PKG/sbin
install -v -m755 client/scripts/linux $PKG/sbin/dhclient-script
cp -v $SRC/dhclient.conf $PKG/etc/dhcp/dhclient.conf
install -v -dm 755 $PKG/var/lib/dhclient
install -v -dm 755 $PKG/etc/sysconfig
install -v -dm 755 $PKG/etc/sysconfig
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-service-dhclient
cp -v $SRC/ifconfig.eth0 $PKG/etc/sysconfig/ifconfig.eth0
cp -v $SRC/ifconfig.eth0 $PKG/etc/sysconfig/ifconfig.eth0
install -v -dm 755 $PKG/var/lib/dhcpd
cp -v $SRC/dhcpd.conf $PKG/etc/dhcp/dhcpd.conf
cp -v $SRC/dhcpd.conf $PKG/etc/dhcp/dhcpd.conf
make DESTDIR=$PKG install-dhcpd
}

View File

@ -1,6 +1,6 @@
# Description: A small, fast graphical web browser built on FLTK
# Description: FLTK temelli hizli, kucuk grafiksel arayuzlu bir web tarayici
# URL: http://www.dillo.org/
# Packagers: pierre at nutyx dot org, tnut at nutyx dot org
# Packagers: milisarge
# Depends on: fltk1
name=dillo
@ -8,6 +8,7 @@ version=3.0.5
release=1
source=(http://www.dillo.org/download/dillo-$version.tar.bz2
http://www.dillo.org/Icons/d2_icon3_122x122.png)
build() {
cd $name-$version
./configure --prefix=/usr \
@ -33,4 +34,3 @@ Terminal=false
EOF
install -m644 ../d2_icon3_122x122.png $PKG/usr/share/pixmaps/dillo.png
}

View File

@ -1,13 +1,11 @@
# Description: Suite to create, manipulate and view DjVu ('déjà vu') documents
# URL: URL: http://djvu.sourceforge.net
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: librsvg libtiff libjpeg-turbo hicolor-icon-theme
run=( librsvg hicolor-icon-theme )
# Packager: milisarge
# Depends on: librsvg libtiff libjpeg-turbo hicolor-icon-theme
name=djvulibre
version=3.5.25.3
release=1
source=(
http://downloads.sourceforge.net/djvu/$name-$version.tar.gz)
@ -23,7 +21,3 @@ build(){
$PKG/usr/share/icons/hicolor/${i}x${i}/mimetypes/image-vnd.djvu.mime.png
done
}
# NuTyX Pkgfile (http://nutyx.org)

View File

@ -1,11 +1,11 @@
# Description: The D programming language reference compiler
# URL: http://www.dlang.org
# Packager: alienus at nutyx dot org, tnut at nutyx dot org
# Packager: milisarge
# Depends on: unzip
name=dmd
version=2.068.1
release=1
source=(http://downloads.dlang.org/releases/2015/dmd.$version.zip
dmd.desktop dmd.logo_48.png)
@ -31,7 +31,7 @@ build(){
cd $SRC/dmd2/src/phobos
make -f posix.mak MODEL=$archstr DMD=../dmd/dmd
install -Dm644 generated/linux/release/$archstr/libphobos2.a \
$PKG/usr/lib/libphobos2.a
$PKG/usr/lib/libphobos2.a
# Elf file dumper
install -Dm755 $SRC/dmd2/linux/bin$archstr/dumpobj \
@ -52,7 +52,7 @@ build(){
mkdir -p $PKG/etc
echo -e "[Environment]\nDFLAGS=-I/usr/include/d -L-L/usr/lib -L--no-warn-search-mismatch -L--export-dynamic" \ > $PKG/etc/dmd.conf
# D samples
# D samples
mkdir -p $PKG/usr/share/d/samples/
cp -r $SRC/dmd2/samples/d/* $PKG/usr/share/d/samples/
@ -72,7 +72,7 @@ build(){
# doc
mkdir -p $PKG/usr/share/doc/$pkgname-$pkgver/
cp -Rf html/d/* $PKG/usr/share/doc/$pkgname-$pkgver/
# desktop integration
install -Dm644 $SRC/$name.desktop \
$PKG/usr/share/applications/$name.desktop

View File

@ -1,12 +1,11 @@
# Description: dmenu is a dynamic menu for X.
# URL: URL: http://tools.suckless.org/dmenu/
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: xorg-libxinerama
# Packager: milisarge
# Depends on: xorg-libxinerama
name=dmenu
version=4.5
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build(){
@ -19,7 +18,3 @@ build(){
X11LIB=/usr/lib \
DESTDIR=$PKG
}
# NuTyX Pkgfile (http://nutyx.org)

View File

@ -1,6 +1,6 @@
# Description: An document type definitions for verification of XML data files against the DocBook rule set.
# URL: http://www.docbook.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Packager: milisarge
# Depends on: libxml2 unzip
name=docbook-xml

View File

@ -1,12 +1,11 @@
# Description: XML stylesheets for Docbook-xml transformations
# URL: http://scrollkeeper.sourceforge.net/docbook.shtml
# Packager: pierre at nutyx dot org
# Depends on: libxml2 docbook-xml
# Packager: milisarge
# Depends on: libxml2 docbook-xml
name=docbook-xsl
version=1.79.1
release=2
source=(http://downloads.sourceforge.net/docbook/$name-$version.tar.bz2
http://downloads.sourceforge.net/docbook/docbook-xsl-doc-$version.tar.bz2)
@ -29,5 +28,5 @@ install -v -m755 RELEASE-NOTES* NEWS* \
$PKG/usr/share/doc/docbook-xsl-$version
cp -v -R doc/* \
$PKG/usr/share/doc/docbook-xsl-$version
chown 0:0 -R $PKG
chown 0:0 -R $PKG
}

View File

@ -1,13 +1,12 @@
# Description: Converts DocBook documents into the Unix man page format and the GNU Texinfo format.
# URL: URL: http://docbook2x.sourceforge.net/
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Packager: milisarge
# Depends on: openjade libxslt perl-xml-sax
name=docbook2x
version=0.8.8
release=2
source=(
http://downloads.sourceforge.net/$name/docbook2X-$version.tar.gz
docbook2x.datadir.patch)
@ -16,19 +15,15 @@ build(){
cd docbook2X-$version
patch < ../$name.datadir.patch || exit 1
sed -e 's/AM_CONFIG_HEADER(/AC_CONFIG_HEADERS(/' -i configure.ac || exit 1
autoreconf -i -f
./configure --prefix=/usr \
--mandir=/usr/share/man \
--program-transform-name 's,2x-,2,'
make
make DESTDIR=$PKG install
mv $PKG/usr/share/info/dir $PKG/usr/share/info/dir_docbook2x
sed -i 's|http://docbook2x.sf.net/latest|/usr/share/docbook2X|g' \
$PKG/usr/bin/db2x_xsltproc
}
# NuTyX Pkgfile (http://nutyx.org)

View File

@ -6,7 +6,6 @@
name=dolphin-plugins
version=16.08.2
release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
build() {
@ -16,8 +15,7 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}

View File

@ -1,12 +1,11 @@
# Description : Parts of framework 5
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: kf5-extra-cmake-modules kf5-kdoctools kf5-kinit kf5-kcmutils kf5-knewstuff kf5-kcoreaddons kf5-ki18n kf5-kdbusaddons kf5-kbookmarks kf5-kconfig kf5-kio kf5-kparts kf5-solid kf5-kiconthemes kf5-kcompletion kf5-ktextwidgets kf5-kwindowsystem kf5-knotifications kf5-kcrash kf5-kactivities kf5-baloo baloo-widgets kf5-kfilemetadata kf5-kdelibs4support ffmpegthumbs kdegraphics-thumbnailers
# Depends on: kf5-extra-cmake-modules kf5-kdoctools kf5-kinit kf5-kcmutils kf5-knewstuff kf5-kcoreaddons kf5-ki18n kf5-kdbusaddons kf5-kbookmarks kf5-kconfig kf5-kio kf5-kparts kf5-solid kf5-kiconthemes kf5-kcompletion kf5-ktextwidgets kf5-kwindowsystem kf5-knotifications kf5-kcrash kf5-kactivities kf5-baloo baloo-widgets kf5-kfilemetadata kf5-kdelibs4support ffmpegthumbs kdegraphics-thumbnailers
name=dolphin
version=16.08.2
release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
build() {
@ -16,9 +15,7 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}

View File

@ -1,12 +1,11 @@
# Description : Text file format converter
# URL : http://waterlan.home.xs4all.nl/dos2unix.html
# Packager : pierre at nutyx dot org
# Depends on : perl
# Packager : milisarge
# Depends on : perl
name=dos2unix
version=7.3.2
release=1
source=(http://waterlan.home.xs4all.nl/$name/$name-$version.tar.gz)
build() {

View File

@ -1,19 +1,18 @@
# Description: DOS filesystem utilities
# URL:
# URL:
# Packager: milisarge
# Depends on:
# Depends on:
name=dosfstools
version=3.0.13
release=1
source=( ftp://ftp.debian.org/debian/pool/main/d/$name/$name\_$version.orig.tar.xz)
build() {
cd $name-$version
make
mkdir -p $PKG/sbin
mkdir -p $PKG/usr/share/man/man8
mkdir -p $PKG/usr/share/man/man8
cp dosfsck $PKG/sbin
cp man/* $PKG/usr/share/man/man8
cp mkdosfs $PKG/sbin

View File

@ -1,22 +1,21 @@
# Description: IMAP and POP3 server with ssl/ipv6 support, written with security primarily in mind
# URL: http://dovecot.org
# Packager: berlius at nutyx dot com
# Depends on: clucene icu libcap pam mariadb kerberos openldap openssl postgresql sqlite valgrind
# Description: IMAP and POP3 server with ssl/ipv6 support, written with security primarily in mind
# URL: http://dovecot.org
# Packager: milisarge
# Depends on: clucene icu libcap pam mariadb kerberos openldap openssl postgresql sqlite valgrind
name=dovecot
version=2.2.21
release=1
source=(http://dovecot.org/releases/2.2/$name-$version.tar.gz local.conf)
build () {
cd $name-$version
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
./configure --prefix=/usr \
--sysconfdir=/etc \
@ -24,16 +23,16 @@ build () {
--docdir=/usr/share/doc/dovecot-$version \
--disable-static \
--with-ssl=openssl
make
make DESTDIR=$PKG install
cp -r $SRC/$name-$version/doc/example-config/* $PKG/etc/dovecot
sed -i '/^\!include / s/^/#/' $PKG/etc/dovecot/dovecot.conf
sed -i '/^\!include / s/^/#/' $PKG/etc/dovecot/dovecot.conf
cp -r $SRC/local.conf $PKG/etc/dovecot
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-dovecot
}

View File

@ -1,13 +1,13 @@
# Description: A documentation system for C++, C, Java, IDL and PHP
# Description: C++, C, Java, IDL ve PHP icin dokumantasyon sistemi
# URL: http://www.doxygen.org/
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: python cmake
name=doxygen
version=1.8.11
release=1
source=(http://ftp.stack.nl/pub/$name/$name-$version.src.tar.gz)
build() {
cd $name-$version
mkdir -v build

View File

@ -1,4 +1,4 @@
# Description: is a tool to dump information about bootable CDs and other similar formats.
# Description: is a tool to dump information about bootable CDs and other similar formats.
# URL: https://fedorahosted.org/dumpet/
# Pacakager: milisarge
# Depends on: libxml2 popt

View File

@ -1,12 +1,11 @@
# Description: DVD+-RW/R tools
# URL: http://fy.chalmers.se/~appro/linux/DVD+RW/
# Packager: milisarge@gmail.com
# Depends on:
# Depends on:
name=dvd+rw-tools
version=7.1
release=1
source=( http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-$version.tar.gz \
transport.patch)

View File

@ -1,12 +1,13 @@
# Description: Utility for viewing and editing tags for most audio formats
# URL: http://projects.gnome.org/easytag/
# Packager: pierre at nutyx dot org, tnut at nutyx dot org
# Packager: milisarge
# Depends on: id3lib libid3tag flac libvorbis speex gtk2 itstool
name=easytag
version=2.2.2
release=2
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr

View File

@ -6,7 +6,6 @@
name=ebook-tools
version=0.2.2
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
@ -22,4 +21,3 @@ make DESTDIR=$PKG install
install -Dm644 $SRC/$name-$version/LICENSE \
$PKG/usr/share/licenses/$name/LICENSE
}

View File

@ -6,7 +6,6 @@
name=efivar
version=0.24
release=1
source=( https://github.com/rhinstaller/$name/releases/download/$version/$name-$version.tar.bz2)
build() {

View File

@ -1,13 +1,13 @@
# Description: A lightweight C++ template library for vector and matrix math.
# URL: http://eigen.tuxfamily.org/
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: cmake
name=eigen2
version=2.0.17
release=1
source=(http://bitbucket.org/eigen/eigen/get/$version.tar.bz2)
build() {
cd eigen-eigen-*
mkdir build

View File

@ -6,8 +6,8 @@
name=eigen3
version=3.2.5
release=1
source=(http://bitbucket.org/eigen/eigen/get/$version.tar.bz2)
build() {
cd eigen-eigen-*
mkdir build

View File

@ -1,25 +1,25 @@
# Description: VoIP, IP Telephony & Video Conferencing application, allows you to make audio/video calls
# URL: http://ftp.gnome.org/pub/gnome/sources/ekiga
# Packager: berlius at nutyx dot com
# Packager: milisarge
# Depends on: gtk2 opal boost gnome-icon-theme dbus gconf libnotify avahi gnome-doc-utils openldap
description="VoIP, IP Telephony & Video Conferencing application, allows you to make audio/video calls"
name=ekiga
version=4.0.1
version=4.0.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-eds \
--disable-gdu \
--disable-ldap \
--disable-scrollkeeper
--disable-scrollkeeper
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +1,11 @@
# Description: Set of utilities and libraries for handling elf files.
# URL: http://xiph.org/ao/
# Packager: tnut at nutyx dot org
# Depends on:
name=elfutils
version=0.164
release=1
source=( https://fedorahosted.org/releases/e/l/$name/$version/$name-$version.tar.bz2)
build() {

View File

@ -1,25 +1,25 @@
# URL: https://www.gnu.org/software/emacs/
# Packager: berlius at nutyx dot com
# Depends on: gtk2 desktop-file-utils libjpeg-turbo giflib
description="An extensible, customizable, self-documenting real-time display editor."
# Description: Genişletilebilir, özelleştirilebilir, gerçek-zamanlı bir editör.
# URL: https://www.gnu.org/software/emacs/
# Packager: dei
# Depends on: gtk2 desktop-file-utils libjpeg-turbo giflib
name=emacs
version=24.5
release=1
source=(https://ftp.gnu.org/pub/gnu/emacs/$name-$version.tar.xz
site-start.el)
build () {
cd $name-$version
./configure --prefix=/usr \
--without-gnutls \
--localstatedir=/var
make
make DESTDIR=$PKG install
chown -v -R root:root $PKG/usr/share/emacs/24.5
install -v -m755 -d $PKG/usr/share/emacs/site-lisp
cp -v $SRC/site-start.el $PKG/usr/share/emacs/site-lisp/site-start.el

View File

@ -1,6 +1,7 @@
# Description : Charset analyser and converter.
# URL: http://cihar.com/software/enca/
# Packager: pierre at nutyx dot org, fanch at nutyx dot org, tnut at nutyx dot org
# Packager: milisarge
# Depends on:
name=enca
release=1
@ -13,8 +14,7 @@ cd $name-$version
--libexecdir=/usr/lib \
--mandir=/usr/share/man \
--with-librecode=/usr \
--enable-external
--enable-external
make
make DESTDIR=$PKG install
}

View File

@ -1,13 +1,12 @@
# Description: Encrypted filesystem in user-space
# URL: http://www.arg0.net/encfs
# Packager: pierre at nutyx dot org
# Depends on: boost fuse rlog
# Packager: milisarge
# Depends on: boost fuse rlog
name=encfs
version=1.8.1
release=1
#source=(http://encfs.googlecode.com/files/$name-$version.tgz )
source=(https://github.com/vgough/$name/archive/v$version.tar.gz)

View File

@ -1,11 +1,11 @@
# Description: Generic Spell Checking Library.
# URL: http://www.abisource.com/enchant/
# Packager: tnut at nutyx dot org
# Depends on: aspell dbus-glib
# Packager: milisarge
# Depends on: aspell dbus-glib
name=enchant
version=1.6.0
release=1
source=(http://www.abisource.com/downloads/$name/$version/$name-$version.tar.gz)
build() {

View File

@ -2,14 +2,14 @@
# URL: URL: http://entangled.sourceforge.net/
# Packager: milisarge
# Depends on: python python-twisted python-zope_interface python-cairo python-gtk
name=entangled
version=0.1
release=1
source=(https://sourceforge.net/projects/$name/files/$name/0.1/$name-$version.tar.gz)
build() {
mkdir -p $PKG/usr/share/$name
cp -r entangled-0.1/* $PKG/usr/share/$name/
}

View File

@ -1,12 +1,11 @@
# Description : Epson Inkjet Printer Driver (ESC/P-R) for Linux
# Description : Epson Inkjet Yazici Driver (ESC/P-R) for Linux
# URL : http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
# Packager : pierre at nutys dot com
# Packager : milisarge
# Depends on : cups ghostscript
name=epson-inkjet-printer-escpr
version=1.6.1
release=1
source=(https://download3.ebz.epson.net/dsc/f/03/00/04/23/02/a5ee7e1622b0ba692bea6763d6d7f4810a8d0808/$name-$version-1lsb3.2.tar.gz)
build() {

View File

@ -1,6 +1,6 @@
# Description: Programming language designed at the Ericsson Computer Science Laboratory
# URL: http://erlang.org
# Packager: milisarge
# Description: Ericsson Computer Science Laboratory tarafindan gelistirilen bir proglamlama dili
# URL: http://erlang.org
# Packager: milisarge
# Depends on:
name=erlang

View File

@ -1,12 +1,11 @@
# Description : Library for creating events
# Description : Library for creating events
# URL : https://community.kde.org/KDE_PIM
# Packager : alihan-ozturk28@hotmail.com
# Depends on : kf5-extra-cmake-modules kf5-kdoctools qt5 boost calendarsupport kdgantt2
# Depends on : kf5-extra-cmake-modules kf5-kdoctools qt5 boost calendarsupport kdgantt2
name=eventviews
version=16.08.2
release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
build() {
@ -15,7 +14,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +1,11 @@
# Description: Implementation of xmp (Adobe's Extensible Metadata Platform)
# URL: http://libopenraw.freedesktop.org/wiki/Exempi/
# Packager: tnut at nutyx dot org
# Depends on: expat boost
# Packager: milisarge
# Depends on: expat boost
name=exempi
version=2.2.2
release=1
source=( http://libopenraw.freedesktop.org/download/$name-$version.tar.bz2)
build() {

View File

@ -1,38 +1,38 @@
# URL: http://www.exim.org
# Packager: berlius at nutyx dot com
# Depends on: db openssl pcre cyrus-sasl libidn pam mariadb openldap openssl gnutls postgresql sqlite xorg
description="MTA written by the University of Cambridge, released under the GNU Public License."
# Description: MTA written by the University of Cambridge, released under the GNU Public License.
# URL: http://www.exim.org
# Packager: berlius at nutyx dot com
# Depends on: db openssl pcre cyrus-sasl libidn pam mariadb openldap openssl gnutls postgresql sqlite xorg
name=exim
version=4.86
release=1
source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2)
source=(ftp://ftp.exim.org/pub/exim/exim4/$name-$version.tar.bz2)
build() {
cd $name-$version
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
sed -e 's,^BIN_DIR.*$,BIN_DIRECTORY=/usr/sbin,' \
-e 's,^CONF.*$,CONFIGURE_FILE=/etc/exim.conf,' \
-e 's,^EXIM_USER.*$,EXIM_USER=exim,' \
-e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile
-e 's,^EXIM_MONITOR,#EXIM_MONITOR,' src/EDITME > Local/Makefile
printf "USE_GDBM = yes\nDBMLIB = -lgdbm\n" >> Local/Makefile
make
make
make DESTDIR=$PKG install
install -v -d -m755 $PKG/usr/share/man/man8
install -v -m644 doc/exim.8 $PKG/usr/share/man/man8
install -v -d -m755 $PKG/usr/share/doc/exim-4.86
install -v -m644 doc/* $PKG/usr/share/doc/exim-4.86
install -v -d -m755 $PKG/usr/share/man/man8
install -v -m644 doc/exim.8 $PKG/usr/share/man/man8
install -v -d -m755 $PKG/usr/share/doc/exim-4.86
install -v -m644 doc/* $PKG/usr/share/doc/exim-4.86
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-exim
}

View File

@ -1,20 +1,17 @@
# Description: Exif and Iptc metadata manipulation library and tools
# URL: http://www.exiv2.org/index.html
# Packager: pierre at nutyx dot org
# Depends on: expat
# Packager: milisarge
# Depends on: expat
name=exiv2
version=0.25
release=1
source=(http://www.exiv2.org/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
--disable-static
make
make DESTDIR=$PKG install
}

View File

@ -1,12 +1,11 @@
# Description: Exo destek kutuphnanesi xfce4 masası için
# Description: XFCE4 masasustu için Exo destek kutuphanesi
# URL: http://www.os-cillation.de/
# Packager: tyrry at nutyx dot org, tnut at nutyx dot org
# Packager: milisarge
# Depends on: perl-uri xfce4-libui xfce4-libutil
name=exo
version=0.10.7
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
build() {

View File

@ -1,13 +1,13 @@
# Description: High speed arctic racing game based on Tux Racer.
# URL: http://sourceforge.net/projects/extremetuxracer/
# Packager: berlius at nutyx dot com
# Packager: milisarge
# Depends on: sdl sdl-image sdl-mixer xorg-mesa xorg-glu freetype
name=extremetuxracer
version=0.6.0
release=1
source=(http://sourceforge.net/projects/extremetuxracer/files/releases/0.6.0/etr-$version.tar.xz)
build() {
cd etr-$version

View File

@ -1,19 +1,18 @@
# Description: Encoder MPEG-4 de AudioCoding.com
# URL: http://www.audiocoding.com
# Packager: tnut at nutyx dot org
# Packager: milisarge
# Depends on:
name=faac
version=1.28
release=1
source=(http://heanet.dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz http://www.linuxfromscratch.org/patches/blfs/svn/faac-1.28-glibc_fixes-1.patch)
build() {
cd $name-$version
patch -Np1 -i ../faac-1.28-glibc_fixes-1.patch
sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c
./configure --prefix=/usr
patch -Np1 -i ../faac-1.28-glibc_fixes-1.patch
sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,19 +1,18 @@
# Description: ISO AAC audio decoder
# URL: http://www.audiocoding.com
# Packager: pierre at nutyx dot org
# Depends on:
# Packager: milisarge
# Depends on:
name=faad2
version=2.7
release=1
source=(http://downloads.sourceforge.net/sourceforge/faac/$name-$version.tar.gz
http://www.linuxfromscratch.org/patches/blfs/svn/faad2-$version-mp4ff-1.patch)
build() {
cd $name-$version
patch -Np1 -i ../faad2-$version-mp4ff-1.patch
sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" configure.in
sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" configure.in
sed -i "s:man_MANS:man1_MANS:g" frontend/Makefile.am
autoreconf -fi
./configure --prefix=/usr

View File

@ -1,11 +1,11 @@
# Description: Gives a fake root environment.
# URL: http://packages.debian.org/fakeroot
# Packager: alienus at nutyx dot org
# Depends on:
# Packager: milisarge
# Depends on:
name=fakeroot
version=1.20.2
release=1
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_${version}.orig.tar.bz2)
build() {

View File

@ -1,17 +1,16 @@
# Description: Farstream (formerly Farsight) - Audio/Video Communications Framework
# URL: http://freedesktop.org/software/farstream
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gstreamer1-plugins-base libnice gobject-introspection
# Depends on: gstreamer1-plugins-base libnice gobject-introspection
name=farstream
version=0.2.7
release=1
source=( http://freedesktop.org/software/farstream/releases/farstream/farstream-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,18 +1,18 @@
# Description: Feature-rich cron implementation
# URL: http://fcron.free.fr
# Packager: pierre at nutyx dot org
# Depends on:
# Packager: milisarge
# Depends on:
name=fcron
version=3.2.0
release=1
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz )
build() {
unset MAKEFLAGS
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xf $scripts-$scriptsversion.tar.bz2
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xf $scripts-$scriptsversion.tar.bz2
# build package
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc \

View File

@ -1,11 +1,11 @@
# Description: Fraunhofer FDK AAC Advanced Audio Codec library.
# Description: Fraunhofer FDK AAC Advanced Audio Codec library.
# URL: http://www.iis.fraunhofer.de/en/ff/amm/impl/fdkaaccodec.html
# Packager: tnut at nutyx dot org
# Packager: milisarge
# Depends on:
name=fdk-aac
version=0.1.4
release=1
source=( http://downloads.sourceforge.net/opencore-amr/$name-$version.tar.gz )
build() {

View File

@ -1,7 +1,6 @@
# Description: Parse RSS and Atom feeds in Python
# URL: https://code.google.com/p/feedparser/
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Packager: milisarge
# Depends on: python-setuptools
name=feedparser

View File

@ -1,12 +1,11 @@
# Description: X11 image viewer aimed mostly at console users. It is controlled via commandline arguments
# Url: http://linuxbrit.co.uk/feh/
# Packagers: geantbrun at gmail dot com, tnut at nutyx dot org
# Packagers: milisarge
# Depends on: libpng giblib libexif xorg-libxt xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama curl
description="X11 image viewer aimed mostly at console users. It is controlled via commandline arguments"
name=feh
version=2.14
release=1
source=(http://feh.finalrewind.org/$name-$version.tar.bz2)
build() {

View File

@ -1,27 +1,27 @@
# Description: The Fetchmail package contains a mail retrieval program. It retrieves mail from remote mail servers and forwards it to the local (client) machine's delivery system, so it can then be read by normal mail user agents.
# Description: Retrieves mail from remote mail servers and forwards it to the local machine's
# URL: http://www.fetchmail.info
# Packager: berlius at nutyx dot com
# Packager: milisarge
# Depends on: openssl procmail python tk
description="Retrieves mail from remote mail servers and forwards it to the local machine's"
name=fetchmail
version=6.3.26
version=6.3.26
release=1
source=(http://downloads.sourceforge.net/fetchmail/$name-$version.tar.xz
.fetchmailrc)
build() {
cd $name-$version
./configure --prefix=/usr --with-ssl --enable-fallback=procmail
./configure --prefix=/usr --with-ssl --enable-fallback=procmail
make
make DESTDIR=$PKG install
install -v -m755 -d $PKG/root
cp -v $SRC/.fetchmailrc $PKG/root/.fetchmailrc
chmod -v 0600 $PKG/root/.fetchmailrc
}

View File

@ -1,11 +1,13 @@
# Description: C library for implementing foreign function calls in embedded interpreters
# URL: http://www.gnu.org/software/libffcall/
# Packager: tnut at nutyx dot org
# Packager: milisarge
# Depends on:
name=ffcall
version=1.10
release=1
source=(http://www.haible.de/bruno/gnu/${name}-${version}.tar.gz)
build() {
cd $name-$version
[ "`uname -m`" = "x86_64" ] && CONFIGFLAG="--with-pic"

View File

@ -1,12 +1,11 @@
# Description: Complete and free Internet live audio and video broadcasting solution
# URL: http://ffmpeg.org/
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: yasm opus fdk-aac x264 x265 liba52 libass freetype lame sdl libvorbis libogg xvid faac faad2 libtheora alsa-lib openjpeg libvpx xorg-libxext xorg-libxfixes jack
name=ffmpeg
version=2.8.4
release=1
source=(http://ffmpeg.org/releases/ffmpeg-$version.tar.bz2)
build() {

View File

@ -6,7 +6,6 @@
name=ffmpegthumbs
version=16.08.2
release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
build() {

View File

@ -1,11 +1,11 @@
# Description: A library for computing the discrete Fourier transform (DFT)
# URL: http://www.fftw.org/
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on:
name=fftw
version=3.3.4
release=3
source=(http://www.fftw.org/$name-$version.tar.gz)
build() {

View File

@ -1,13 +1,11 @@
# Description: Linux-exclusive browser that carries the best features from Opera
# URL: http://fifth-browser.sourceforge.net/
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Packager: milisarge
# Depends on: webkitfltk urlmatch physfs desktop-file-utils
name=fifth
version=0.4
release=1
source=()
build() {

View File

@ -1,13 +1,11 @@
# Description: Create and modify archives
# Description: Arsiv dosyalari olusturmak ve duzenlemek icin bir arac
# URL: http://www.gnome.org
# Maintainer: http://linuxfromscratch.org/
# Packager: milisarge@gmail.com
# Depends on: desktop-file-utils gtk3 hicolor-icon-theme dconf itstool libarchive file json-glib libnotify unrar p7zip
name=file-roller
version=3.16.4
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {

View File

@ -1,8 +1,7 @@
# Description: Fast and reliable FTP, FTPS and SFTP client
# URL: http://filezilla-project.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: fanch at nutyx dot org, tnut at nutyx dot org
# Depends on: wxgtk libidn gnutls xdg-utils tinyxml dbus
# URL: http://filezilla-project.org
# Packager: milisarge
# Depends on: wxgtk libidn gnutls xdg-utils tinyxml dbus
name=filezilla
version=3.12.0.2

View File

@ -1,8 +1,7 @@
# Description: An easy to use audio filtering library made from webrtc code.
# URL: https://github.com/irungentoo/filter_audio
# Maintainer: milisarge
# packager: milisarge
# Depends on:
# Depends on:
name=filter_audio
version=master

View File

@ -6,7 +6,6 @@
name=firefox
version=49.0.2
release=1
source=( https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$version/source/firefox-$version.source.tar.xz)
build() {
@ -15,7 +14,7 @@ cd $SRC
ARCH=`uname -m`
for lang in tr
do
do
wget http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$version/linux-$ARCH/xpi/$lang.xpi
done
@ -118,7 +117,7 @@ ln -sf ../mozilla/plugins $PKG/usr/lib/firefox-$version
mkdir -p $PKG/usr/include/npapi
cp -v dom/plugins/base/*.h $PKG/usr/include/npapi
# Launcher
# Launcher
mkdir -pv $PKG/usr/share/applications &&
cat > $PKG/usr/share/applications/firefox.desktop << "EOF" &&
[Desktop Entry]
@ -137,7 +136,7 @@ ln -sf /usr/lib/firefox-$version/browser/icons/mozicon128.png $PKG/usr/share/pix
for lang in tr
do
do
install -Dm644 $SRC/$lang.xpi \
$PKG/usr/lib/firefox-$version/browser/extensions/langpack-$lang@firefox.mozilla.org.xpi
done

View File

@ -1,12 +1,11 @@
# Description: Free Lossless Audio Codec
# URL: http://flac.sourceforge.net/
# Packager: pierre at nutyx dot org
# Depends on: libogg
# Packager: milisarge
# Depends on: libogg
name=flac
version=1.3.1
release=1
source=(ftp://downloads.xiph.org/pub/xiph/releases/$name/$name-$version.tar.xz)
build() {
@ -18,4 +17,3 @@ cd $name-$version
make
make DESTDIR=$PKG install
}

View File

@ -1,12 +1,12 @@
# Description: A simple FLTK PDF viewer
# URL: https://github.com/clbr/flaxpdf
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Packager: milisarge
# Depends on: fltk1 poppler lzo
name=flaxpdf
version=20152609
release=1
source()
build() {
git clone https://github.com/clbr/flaxpdf.git
@ -16,10 +16,9 @@ build() {
touch config/config.rpath
./autogen.sh
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}

View File

@ -1,7 +1,6 @@
# Description: CD/DVD burning application
# Description: CD/DVD yazma uygulamasi
# URL: http://sourceforge.net/projects/gnomebaker/
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Packager: milisarge
# Depends on: fltk1, libburn, libisoburn
name=flburn
@ -13,6 +12,6 @@ build() {
git clone git://git.code.sf.net/p/flburn/code flburn-code
cd flburn-code
make
install -D -m755 "$name" "$PKG/usr/bin/$name"
}

View File

@ -1,12 +1,13 @@
# Description: Graphical user interface toolkit for X
# URL: http://www.fltk.org/
# Packager: milisarge@gmail.com
# Depends on: libjpeg-turbo libpng xorg-libxft xorg-libxi xorg-libxinerama xorg-mesa doxygen
# Depends on: libjpeg-turbo libpng xorg-libxft xorg-libxi xorg-libxinerama xorg-mesa doxygen
name=fltk1
version=1.3.3
release=1
source=(http://fltk.org/pub/fltk/$version/fltk-$version-source.tar.gz)
build() {
cd fltk-*

View File

@ -1,24 +1,24 @@
# Description: The Fluxbox package contains a window manager.
# Description: Fluxbox Pencere Yonetim Sistemi
# URL: http://downloads.sourceforge.net/fluxbox/fluxbox-1.3.7.tar.xz
# Packager: berlius at nutyx dot com
# Packager: milisarge
# Depends on: xorg dbus fribidi
name=fluxbox
version=1.3.7
version=1.3.7
release=1
source=(http://downloads.sourceforge.net/fluxbox/$name-$version.tar.xz
fluxbox.desktop)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -v -m755 -d $PKG/usr/share/xsessions
cp -v $SRC/fluxbox.desktop $PKG/usr/share/xsessions

View File

@ -1,18 +1,17 @@
# Description: Fast Light Window Manager
# URL: http://flwm.sourceforge.net/
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Packager: milisarge
# Depends on: fltk1
name=flwm
version=git
release=1
source=(flwm.desktop)
build() {
git clone https://github.com/bbidulock/flwm.git $DERLEME_KAYNAKDIZIN/flwm
cp -r $DERLEME_KAYNAKDIZIN/flwm $SRC/ && cd $SRC/flwm
cp -r $DERLEME_KAYNAKDIZIN/flwm $SRC/ && cd $SRC/flwm
make || return 1
mkdir -p $PKG/usr/share/xsessions
cp $SRC/$name.desktop $PKG/usr/share/xsessions/

View File

@ -1,12 +1,11 @@
# Description: Outline and bitmap font editor
# URL: http://fontforge.sourceforge.net
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: xorg-libxi libxml2 pango giflib libtiff
name=fontforge
version=2.0.20150612
release=2
source=(https://github.com/$name/$name/releases/download/20150612/fontforge-20150612.tar.gz)
build() {

View File

@ -1,6 +1,6 @@
# Description: OpenGL billard game.
# URL: http://foobillard.sourceforge.net/
# Packager: berlius at nutyx dot com
# Packager: milisarge
# Depends on: libpng sdl freetype xorg-glu freeglut xorg-libxaw xorg-libxi xorg-mesa
name=foobillard
@ -16,10 +16,8 @@ build() {
patch -p 1 -i $SRC/foobillard-ttf-$version.patch
patch -p 1 -i $SRC/undef.nvidia.patch
./configure --prefix=/usr \
--enable-nvidia=no
--enable-nvidia=no
make
make DESTDIR=$PKG install
}

View File

@ -1,12 +1,11 @@
# Description: Foomatic - Foomatic's database engine generates PPD files from the data in Foomatic's XML database. It also contains scripts to directly generate print queues and handle jobs.
# URL: http://www.linuxprinting.org/foomatic.html
# Packager: milisarge
# Depends on: libxml2 cups
# Depends on: libxml2 cups
name=foomatic-db-engine
version=4.1
release=1
source=(http://www.openprinting.org/download/foomatic/${name}-devel-${version}-current.tar.gz)
build() {

View File

@ -1,13 +1,12 @@
# Description: Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses
# Description: Non-free licenses database extension from manufacturer-supplied PPD files released
# URL: http://www.linuxprinting.org/foomatic.html
# Packager: pierre at nutyx dot org
# Depends on: cups perl libxml2
description="Non-free licenses database extension from manufacturer-supplied PPD files released"
# Packager: milisarge
# Depends on: cups perl libxml2
name=foomatic-db-nonfree
version=20150819
release=1
_version=20150819
source=(http://www.openprinting.org/download/foomatic/$name-${_version}.tar.gz)
build() {

View File

@ -1,13 +1,12 @@
# Description: Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format.
# Description: Foomatic - Filter scripts used by the printer spoolers to convert the incoming PostScript data
# URL: http://www.linuxprinting.org/foomatic.html
# Packager: pierre at nutyx dot org
# Depends on: libxml2 cups cups-filters
description="Filter scripts used by the printer spoolers to convert the incoming PostScript data"
# Packager: milisarge
# Depends on: libxml2 cups cups-filters
name=foomatic-filters
version=4.0.20150819
release=1
_version=4.0-20150819
source=(http://www.openprinting.org/download/foomatic/$name-${_version}.tar.gz)
build() {

View File

@ -6,7 +6,6 @@
name=fox
version=1.6.50
release=1
source=(ftp://ftp.fox-toolkit.org/pub/$name-$version.tar.gz)
build() {

View File

@ -6,10 +6,8 @@
name=freebird-client
version=2.5.5.26952
release=1
source=( http://downloads.sourceforge.net/firebird/Firebird-$version-0.tar.bz2 )
build() {
cd $SRC/Firebird-$version-0
@ -20,9 +18,9 @@ cd $SRC/Firebird-$version-0
--without-fbsample-db --without-fbintl --without-fbmisc --without-fbhelp \
--without-fbsecure-db --with-fbmsg=/usr/share/firebird --without-fblog \
--without-fbglock --without-fbplugins
make -j1
mkdir -p $PKG/usr/{bin,share/{firebird,licenses/$name}}
cp -R gen/firebird/{lib,include} $PKG/usr
@ -35,6 +33,6 @@ cd $SRC/Firebird-$version-0
cd $PKG/usr/lib
ln -s libfbclient.so libgds.so.0
ln -s libfbclient.so libgds.so
}

View File

@ -1,12 +1,11 @@
# Description: Set of free outline fonts covering the Unicode character set
# URL: http://www.nongnu.org/freefont/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: xorg-server
# Depends on: xorg-server
name=freefont-ttf
version=20120503
release=1
source=(http://ftp.gnu.org/gnu/freefont/$name-$version.zip)
build() {
@ -15,4 +14,3 @@ build() {
install -v -m644 *.ttf $PKG/usr/share/fonts/freefont/
}

View File

@ -1,18 +1,17 @@
# Description: Provides functionality for small OpenGL programs
# URL: http://freeglut.sourceforge.net/
# Packager: fanch at nutyx dot org
# Packager: milisarge
# Depends on: cmake xorg-mesa xorg-glu xorg-libxi
name=freeglut
version=3.0.0
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir build
cd build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@ -22,4 +21,3 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \
make
make DESTDIR=$PKG install
}

View File

@ -6,10 +6,8 @@
name=freetds
version=1.00
release=1
source=( ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \

View File

@ -1,15 +1,13 @@
# Description: TrueType font rendering library
# URL: http://www.freetype.org
# Packager: pierre at nutyx dot org
# Depends on: libpng
# Packager: milisarge
# Depends on: libpng
name=freetype
version=2.6.3
release=1
source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -e "/AUX.*.gxvalid/s@^# @@" \

View File

@ -6,7 +6,6 @@
name=frei0r-plugins
version=1.4
release=1
source=(https://files.dyne.org/frei0r/releases/$name-$version.tar.gz)
build() {

View File

@ -1,12 +1,13 @@
# Description: A Free Implementation of the Unicode Bidirectional Algorithm
# URL: http://fribidi.freedesktop.org/wiki/
# Packager: pierre at nutyx dot org
# Depends on: glib
# Packager: milisarge
# Depends on: glib
name=fribidi
version=0.19.7
release=1
source=( http://fribidi.org/download/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i "s|glib/gstrfuncs\.h|glib.h|" charset/fribidi-char-sets.c

View File

@ -1,17 +1,14 @@
# Description: FT Jam - an enhanced version of the Jam build tool
# URL: http://freetype.org/jam/
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Packager: milisarge
# Depends on:
name=ftjam
version=2.5.3rc2
release=1
#source=(http://downloads.sourceforge.net/freetype/$name-$version.tar.bz2 \
source=(http://david.freetype.org/jam/${name}-${version}.tar.bz2)
build() {
cd "${SRC}/${name}-${version}"
./configure --prefix=/usr

View File

@ -1,12 +1,11 @@
# Description: A library that makes it possible to implement a filesystem in a userspace program.
# URL: http://fuse.sourceforge.net/
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: doxygen
name=fuse
version=2.9.4
release=1
source=( https://github.com/libfuse/libfuse/releases/download/fuse_2_9_4/fuse-$version.tar.gz)
build() {
@ -17,7 +16,7 @@ make
make DESTDIR=$PKG install
mkdir -p $PKG/lib
mv -v $PKG/usr/lib/libfuse.so.* $PKG/lib
ln -sfv ../../lib/libfuse.so.$version $PKG/usr/lib/libfuse.so
ln -sfv ../../lib/libfuse.so.$version $PKG/usr/lib/libfuse.so
rm -rf $PKG/tmp
rm $PKG/dev/fuse
}

View File

@ -1,6 +1,5 @@
# Description: fvwm-crystal masası
# URL: http://home.gna.org/fvwm-crystal/
# Maintainer: milisarge@gmail.com
# Packager: milisarge@gmail.com
# Depends on: fvwm imagemagick python feh xdg-user-dirs trayer

View File

@ -1,6 +1,5 @@
# Description: Extremely powerful ICCCM-compliant multiple virtual desktop window manager.
# URL: http://www.fvwm.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: milisarge@gmail.com
# Depends on: imlib2

View File

@ -1,11 +1,11 @@
# Description: GTK+ based scientific calculator
# URL: http://galculator.sourceforge.net/
# Packager: pierre at nutyx dot org
# Depends on: gtk3 hicolor-icon-theme gtk-update-icon-cache desktop-file-utils
# Packager: milisarge
# Depends on: gtk3 hicolor-icon-theme gtk-update-icon-cache desktop-file-utils
name=galculator
version=2.1.3
release=1
source=(http://prdownloads.sourceforge.net/galculator/$name-$version.tar.gz)
build() {

View File

@ -6,7 +6,6 @@
name=gamin
version=0.1.10
release=1
source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz
remove_deprecated_G_CONST_RETURN.patch)
@ -24,4 +23,3 @@ sed -i 's/G_CONST_RETURN/const/' server/gam_{node,subscription}.{c,h}
make
make DESTDIR=$PKG install
}

View File

@ -1,12 +1,11 @@
# Description: A low level library, upon which multimedia APIs can be built
# URL: http://gmerlin.sourceforge.net/
# Packager: alihan-ozturk28@hotmail.com
# Depends on :
# Depends on :
name=gavl
version=1.4.0
release=1
source=(http://downloads.sourceforge.net/sourceforge/gmerlin/$name-$version.tar.gz)
build() {

View File

@ -1,12 +1,11 @@
# Description: A garbage collector for C and C++
# URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
# Packager: pierre at nutyx dot org
# Depends on: libatomic-ops
# Packager: milisarge
# Depends on: libatomic-ops
name=gc
version=7.4.2
release=2
source=(http://www.hboehm.info/gc/gc_source/gc-$version.tar.gz)
build() {
@ -17,7 +16,7 @@ sed -i 's#pkgdata#doc#' doc/doc.am && autoreconf &&
--disable-static \
--enable-shared \
--enable-cplusplus
install -D -m 644 doc/gc.man $PKG/usr/share/man/man3/gc.3
install -D -m 644 doc/gc.man $PKG/usr/share/man/man3/gc.3
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc

View File

@ -1,21 +1,21 @@
# Description: A simple GTK+2 color selector
# URL: http://gcolor2.sourceforge.net/
# Packager: tyrry at nutyx dot org
# Packager: milisarge
# Depends on: gtk2
name=gcolor2
version=0.4
release=1
source=(http://downloads.sourceforge.net/project/gcolor2/gcolor2/0.4/gcolor2-0.4.tar.gz
source=(http://downloads.sourceforge.net/project/gcolor2/gcolor2/0.4/gcolor2-0.4.tar.gz
http://downloads.nutyx.org/files/patchs/$name/gcolor2.desktop
http://downloads.nutyx.org/files/patchs/$name/gcolor2-amd64-1.patch)
build() {
cd $name-$version
[ "`uname -m`" == "x86_64" ] && (patch -p1 < ../gcolor2-amd64-1.patch)
sed -i 's/\[:space:\]/[&]/g' configure
./configure --prefix=/usr
make
make
make DESTDIR=$PKG install
install -D $SRC/gcolor2.desktop -m644 $PKG/usr/share/applications/gcolor2.desktop
}

View File

@ -1,12 +1,11 @@
# Description: A configuration database system used by many Gnome applications
# Description: Gnome uygulamalari icin konfigurasyon database
# URL: http://www.gnome.org/
# Packager: pierre at nutyx dot org
# Depends on: dbus-glib intltool libxml2 gobject-introspection gtk3 polkit
# Packager: milisarge
# Depends on: dbus-glib intltool libxml2 gobject-introspection gtk3 polkit
name=gconf
version=3.2.6
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.xz)
build() {
@ -17,7 +16,7 @@ cd GConf-$version
--libexecdir=/usr/lib/GConf \
--mandir=/usr/share/man \
--disable-orbit
make
make
make DESTDIR=$PKG install
ln -s gconf.xml.defaults $PKG/etc/gconf/gconf.xml.system
}

View File

@ -1,18 +1,17 @@
# Description: A library for bits of crypto UI and parsing
# URL: http://www.gnome.org/
# Packager: pierre at nutyx dot org
# Packager: milisarge
# Depends on: icu gtk3 intltool libgcrypt libtasn1 p11-kit gobject-introspection desktop-file-utils gnupg libxslt vala
name=gcr
version=3.16.0
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make
make DESTDIR=$PKG install
}

View File

@ -1,13 +1,13 @@
# Description: GDB, the GNU Project debugger, allows you to see what is going on “inside” another program while it executes.
# URL: http://www.sourceware.org/gdb/
# Packager: milisarge
# Depends on:
# Depends on:
name=gdb
version=7.10.1
release=1
source=(http://ftp.gnu.org/gnu/gdb/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --with-system-readline

View File

@ -1,6 +1,6 @@
# Description: GPT fdisk
# URL: http://rodsbooks.com/gdisk/
# Packager: berlius at nutyx dot com
# Packager: milisarge
# Depends on: popt
name=gdisk

View File

@ -1,12 +1,11 @@
# Description: The Gdk Pixbuf is a toolkit for image loading and pixel buffer manipulation.
# URL: http://www.gtk.org/
# Packager: milisarge
# Depends on: gobject-introspection jasper xorg-libxcomposite libtiff libpng libjpeg-turbo
# Depends on: gobject-introspection jasper xorg-libxcomposite libtiff libpng libjpeg-turbo
name=gdk-pixbuf
version=2.32.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
@ -19,4 +18,4 @@ cd $name-$version
make
make DESTDIR=$PKG install
mkdir -p $PKG/etc/gtk-2.0
}
}

View File

@ -1,13 +1,13 @@
# Description: Many plugins for geany
# URL: http://plugins.geany.org/
# Packager: tnut at nutyx dot org
# Packager: milisarge
# Depends on: geany
name=geany-plugins
version=1.26
release=1
source=(http://plugins.geany.org/geany-plugins/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr

View File

@ -1,13 +1,13 @@
# Description: Fast and lightweight IDE
# Description: Hizli ve kucuk bir IDE
# URL: http://www.geany.org
# Packagers: pierre at nutyx dot org, tnut at nutyx dot org
# Packagers: milisarge
# Depends on: atk xorg-fontconfig gtk2 libpng pango xorg-pixman xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama desktop-file-utils
name=geany
version=1.26
release=1
source=(http://download.$name.org/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr

View File

@ -1,4 +1,4 @@
# Description: A lightweight image browser and viewer
# Description: image dosyalari icin hafif bir goruntuleyici
# URL: http://www.geeqie.org/
# Packager: milisarge
# Depends on: exiv2 gtk2 lcms desktop-file-utils intltool librsvg fbida
@ -6,10 +6,8 @@
name=geeqie
version=1.3
release=1
source=(http://www.geeqie.org/${name}-${version}.tar.xz )
build() {
cd $name-$version
./autogen.sh
@ -24,4 +22,3 @@ build() {
make
make DESTDIR=$PKG install
}

View File

@ -6,7 +6,6 @@
name=gegl
version=0.2.0
release=1
source=(http://ftp.gimp.org/pub/$name/0.2/$name-$version.tar.bz2
http://www.linuxfromscratch.org/patches/blfs/svn/gegl-0.2.0-ffmpeg2-1.patch
)

Some files were not shown because too many files have changed in this diff Show More