ceviri ve standardizasyon
This commit is contained in:
parent
246a87beba
commit
0b7984f7c9
53 changed files with 193 additions and 233 deletions
|
@ -1,18 +1,16 @@
|
|||
# Description: open source video transcoder
|
||||
# Description: Acik kaynak kodlu video donusturucu
|
||||
# URL: http://handbrake.fr/
|
||||
# Packager: Chris Farrell, timcowchip at gmail dot com
|
||||
# Maintainer: Chris Farrell, timcowchip at gmail dot com
|
||||
# Packager: milisarge
|
||||
# Depends on: cmake qt5 libnotify lame x264 gtk3 faad2 freetype fribidi xorg-fontconfig libass libbluray libogg libpng libsamplerate libtheora libvorbis libvpx libxml2 perl-xml-parser pcre xorg-pixman python yasm x265
|
||||
|
||||
name=handbrake
|
||||
version=0.10.3
|
||||
release=1
|
||||
source=(
|
||||
http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2)
|
||||
source=(http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd HandBrake-$version
|
||||
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--force \
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: OpenType text shaping engine
|
||||
# URL: http://www.freedesktop.org/software/harfbuzz
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: cairo glib icu freetype
|
||||
# Packager: milisarge
|
||||
# Depends on: cairo glib icu freetype
|
||||
|
||||
name=harfbuzz
|
||||
version=1.1.2
|
||||
release=1
|
||||
|
||||
source=(http://www.freedesktop.org/software/$name/release/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,30 +1,29 @@
|
|||
# Description: Daemon that generates an unpredictable stream of random numbers and feeds the /dev/random
|
||||
# URL: http://www.issihosts.com/haveged/
|
||||
# Packager: berlius at nutyx dot com
|
||||
# Depends on:
|
||||
# URL: http://www.issihosts.com/haveged/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=haveged
|
||||
version=1.9.1
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/project/haveged/$name-$version.tar.gz)
|
||||
|
||||
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
|
||||
|
||||
./configure --prefix=/usr
|
||||
tar xvf $scripts-$scriptsversion.tar.bz2
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
cd $scripts-$scriptsversion
|
||||
make DESTDIR=$PKG install-haveged
|
||||
|
||||
mkdir -pv $PKG/usr/share/doc/haveged-1.9.1
|
||||
|
||||
mkdir -pv $PKG/usr/share/doc/haveged-1.9.1
|
||||
cp -v README $PKG/usr/share/doc/haveged-1.9.1
|
||||
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: The hd2u package contains an any to any text format converter.
|
||||
# URL: http://terminus.sk/~hany
|
||||
# Packager: berlius at nutyx dot com
|
||||
# Depends on: popt
|
||||
# Description: Metin formatlari icin donusturucu
|
||||
# URL: http://terminus.sk/~hany
|
||||
# Packager: milisarge
|
||||
# Depends on: popt
|
||||
|
||||
name=hd2u
|
||||
version=1.0.3
|
||||
|
@ -12,8 +12,8 @@ build () {
|
|||
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
install -d -m 755 $PKG/usr/bin
|
||||
install -m 755 -s dos2unix $PKG/usr/bin
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: Reads your hdd temperature using S.M.A.R.T values.
|
||||
# Description: S.M.A.R.T degerlerini okuyarak hdd ısısını verir
|
||||
# URL: http://www.guzu.net/linux/hddtemp.php
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
# Depends on:
|
||||
|
||||
name=hddtemp
|
||||
version=0.3-beta15
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Description: The Hdparm package contains an utility that is useful for controlling ATA/IDE
|
||||
# URL: http://hdparm.sourceforge.net/
|
||||
# Packager: tnut at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=hdparm
|
||||
version=9.45
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version && make
|
||||
make DESTDIR=$PKG binprefix=/usr install
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: Conversion tool to create man files
|
||||
# URL: URL: http://www.gnu.org/software/help2man/
|
||||
# URL: http://www.gnu.org/software/help2man/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: perl-locale-gettext
|
||||
# Depends on: perl-locale-gettext
|
||||
|
||||
name=help2man
|
||||
version=1.47.3
|
||||
release=1
|
||||
|
||||
source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.xz)
|
||||
|
||||
build(){
|
||||
|
@ -16,5 +15,5 @@ build(){
|
|||
--infodir=/usr/share/info \
|
||||
--libdir=/usr/lib
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Description: HFS/HFS+ user space utils
|
||||
# URL: http://www.opensource.apple.com/
|
||||
# Maintainer: NuTyX GNOME team
|
||||
# Packager: fanch at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on: libbsd openssl
|
||||
|
||||
name=hfsprogs
|
||||
|
@ -23,15 +22,14 @@ build() {
|
|||
install -m 755 -d ${PKG}/usr/share/licenses/${name}
|
||||
install -m 755 -d ${PKG}/usr/share/${name}
|
||||
install -m 755 -d ${PKG}/usr/share/man/man8/
|
||||
|
||||
|
||||
install -m 644 ../license ${PKG}/usr/share/licenses/${name}/APSL
|
||||
|
||||
|
||||
install -m 755 newfs_hfs.tproj/newfs_hfs ${PKG}/usr/bin/mkfs.hfsplus
|
||||
install -m 755 fsck_hfs.tproj/fsck_hfs ${PKG}/usr/bin/fsck.hfsplus
|
||||
|
||||
|
||||
install -m 644 newfs_hfs.tproj/hfsbootdata.img ${PKG}/usr/share/${NAME}/hfsbootdata
|
||||
|
||||
|
||||
install -m 644 newfs_hfs.tproj/newfs_hfs.8 ${PKG}/usr/share/man/man8/mkfs.hfsplus.8
|
||||
install -m 644 fsck_hfs.tproj/fsck_hfs.8 ${PKG}/usr/share/man/man8/fsck.hfsplus.8
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Description: Secure and advanced webserver
|
||||
# Description: Guvenli ve gelişmiş bir webserver
|
||||
# URL: https://www.hiawatha-webserver.org/
|
||||
# Packager: milisarge
|
||||
# Depends on : cmake libxslt mbedtls
|
||||
|
@ -6,7 +6,6 @@
|
|||
name=hiawatha
|
||||
version=10.3
|
||||
release=1
|
||||
|
||||
source=(https://www.hiawatha-webserver.org/files/$name-$version.tar.gz
|
||||
hiawatha.conf.sample)
|
||||
|
||||
|
@ -43,14 +42,14 @@ build() {
|
|||
|
||||
# Features disabled by default
|
||||
# -DENABLE_DEBUG
|
||||
# -DENABLE_TOMAHAWK
|
||||
# -DENABLE_TOMAHAWK
|
||||
|
||||
make DESTDIR="$PKG/" install
|
||||
|
||||
|
||||
rmdir "$PKG/run"
|
||||
rm "$PKG/srv/http/hiawatha/index.html"
|
||||
rmdir -p --ignore-fail-on-non-empty "$PKG/srv/http/hiawatha"
|
||||
|
||||
|
||||
# Update stock hiawatha.conf
|
||||
sed -e 's|#ServerId = www-data|ServerId = http|' \
|
||||
-e 's|/var/www/|/srv/http/|g' \
|
||||
|
@ -60,7 +59,7 @@ build() {
|
|||
-e 's|# Extension = php|&\n# SessionTimeout = 30|g' \
|
||||
-e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \
|
||||
-i "$PKG/etc/hiawatha/hiawatha.conf"
|
||||
|
||||
|
||||
install -Dm644 logrotate.d/hiawatha "$PKG/etc/logrotate.d/hiawatha"
|
||||
install -Dm644 $SRC/"hiawatha.conf.sample" "$PKG/etc/hiawatha/"
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Description: Freedesktop.org Hicolor icon theme
|
||||
# Description: Freedesktop.org Hicolor icon temasi
|
||||
# URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=hicolor-icon-theme
|
||||
version=0.15
|
||||
release=1
|
||||
|
||||
source=( http://ftp.osuosl.org/pub/blfs/conglomeration/hicolor-icon-theme/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Description: A Simple library for communicating with USB and Bluetooth HID devices.
|
||||
# Description: USB and Bluetooth aygıtları ile iletişim için basit bir kütüphane
|
||||
# URL: http://www.signal11.us/oss/hidapi/
|
||||
# Packager: milisarge
|
||||
# Depends on: libusb fox
|
||||
|
||||
|
||||
|
||||
name=hidapi
|
||||
version=0.8.0-rc1
|
||||
|
|
|
@ -1,15 +1,12 @@
|
|||
# Description: Fast and flexible source code highlighter (CLI version)
|
||||
# URL: URL: http://www.andre-simon.de/doku/highlight/highlight.html
|
||||
# NuTyX package info file (http://nutyx.org)
|
||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
||||
# URL: http://www.andre-simon.de/doku/highlight/highlight.html
|
||||
# Packager: milisarge
|
||||
# Depends on: qt4 boost lua
|
||||
run=( lua )
|
||||
|
||||
name=highlight
|
||||
version=3.23
|
||||
release=1
|
||||
|
||||
source=(
|
||||
http://www.andre-simon.de/zip/$name-$version.tar.bz2)
|
||||
source=(http://www.andre-simon.de/zip/$name-$version.tar.bz2)
|
||||
|
||||
build(){
|
||||
cd $name-$version
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Description: Ping for TCP/IP
|
||||
# Description: TCP/IP prokolu icin Ping
|
||||
# URL: https://github.com/antirez/hping
|
||||
# Packager: milisarge
|
||||
# Depends on: libpcap
|
||||
|
@ -10,10 +10,10 @@ source=(tshzset.patch Makefile.patch)
|
|||
|
||||
build() {
|
||||
git clone https://github.com/antirez/hping
|
||||
|
||||
|
||||
cd $name
|
||||
patch -Np1 -i $SRC/tshzset.patch
|
||||
MANPATH=/usr/share/man
|
||||
MANPATH=/usr/share/man
|
||||
./configure --prefix=/usr --no-tcl
|
||||
make
|
||||
patch -p1 < $SRC/Makefile.patch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Description: Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet
|
||||
# Description: HP DeskJet, OfficeJet, Photosmart, Business Inkjet ve bazı LaserJet serileri için sürücüler
|
||||
# URL: http://hplipopensource.com/hplip-web/index.html
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: v4l-utils libgphoto2 python3-sip python3-qt5 avahi python3 wget ghostscript foomatic-db foomatic-db-engine usbutils sane xsane cups cups-filters rpcbind libusb libusb-compat net-snmp dbus-python python3-gobject python-notify python3-pillow python3-reportlab
|
||||
|
@ -6,7 +6,6 @@
|
|||
name=hplip
|
||||
version=3.16.10
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz
|
||||
0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
|
||||
fix_tabs.patch)
|
||||
|
@ -47,7 +46,7 @@ build() {
|
|||
--enable-scan-build \
|
||||
--enable-fax-build \
|
||||
--enable-network-build
|
||||
make
|
||||
make
|
||||
make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR=$PKG install
|
||||
|
||||
# hplip ne connait que lfs 6 ...
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: an interactive process viewer
|
||||
# URL: http://htop.sourceforge.net/
|
||||
# Packager: fanch at nutyx dot org
|
||||
# Depends on: ncurses
|
||||
# Description: interaktif bir süreç görüntüleyici/düzenleyici
|
||||
# URL: http://htop.sourceforge.net/
|
||||
# Packager: milisarge
|
||||
# Depends on: ncurses
|
||||
|
||||
name=htop
|
||||
version=1.0.3
|
||||
|
@ -10,7 +10,7 @@ source=(http://hisham.hm/$name/releases/$version/$name-$version.tar.gz)
|
|||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: Spell checker and morphological analyzer library and program
|
||||
# Description: Yazım denetimi ve morfolojik analizler için kütüphane ve uygulama
|
||||
# URL: http://hunspell.sourceforge.net/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on:
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=hunspell
|
||||
version=1.3.3
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
|
@ -19,4 +18,3 @@ build() {
|
|||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
|
|
@ -1,19 +1,17 @@
|
|||
# Description: High quality hyphenation and justification library based on the TeX hyphenation algorithm.
|
||||
# URL: http://hunspell.sourceforge.net/
|
||||
# Packager: fanch at nutyx dot org
|
||||
# Depends on:
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=hyphen
|
||||
version=2.8.8
|
||||
release=1
|
||||
|
||||
source=( http://downloads.sourceforge.net/hunspell/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-static
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
|
|
@ -1,26 +1,25 @@
|
|||
# Description: IceWM is a window manager with the goals of speed, simplicity, and not getting in the user's way.
|
||||
# Description: IceWM, hedefi hız ve hafiflik olan bir pencere yöneticisi
|
||||
# URL: http://downloads.sourceforge.net/icewm/icewm-1.3.8.tar.gz
|
||||
# Packager: berlius at nutyx dot com
|
||||
# Packager: milisarge
|
||||
# Depends on: xorg gdk-pixbuf
|
||||
|
||||
description="IceWM is a window manager with the goals of speed, simplicity"
|
||||
name=icewm
|
||||
version=1.3.8
|
||||
version=1.3.8
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/icewm/$name-$version.tar.gz)
|
||||
|
||||
|
||||
build() {
|
||||
|
||||
cd $name-$version
|
||||
|
||||
sed -i '/^LIBS/s/\(.*\)/\1 -lfontconfig/' src/Makefile.in &&
|
||||
./configure --prefix=/usr
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
make DESTDIR=$PKG install-docs
|
||||
make DESTDIR=$PKG install-man
|
||||
make DESTDIR=$PKG install
|
||||
make DESTDIR=$PKG install-docs
|
||||
make DESTDIR=$PKG install-man
|
||||
make DESTDIR=$PKG install-desktop
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: Maps the new names of icons for Tango to the legacy names used by GNOME and KDE desktops
|
||||
# URL: http://tango.freedesktop.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: perl-xml-simple
|
||||
# Packager: milisarge
|
||||
# Depends on: perl-xml-simple
|
||||
|
||||
name=icon-naming-utils
|
||||
version=0.8.90
|
||||
release=1
|
||||
|
||||
source=(http://tango.freedesktop.org/releases/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
|
@ -18,5 +17,3 @@ cd $name-$version
|
|||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Description: The International Components for Unicode is a mature, widely used set of C/C++ libraries
|
||||
# URL: http://www.icu-project.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=icu
|
||||
version=56.1
|
||||
release=1
|
||||
|
||||
source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz)
|
||||
|
||||
build () {
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
# Description: Library for reading, writing, and manipulating ID3v1 and ID3v2 tags
|
||||
# Description: ID3v1 and ID3v2 taglarını okuma yazma ve düzenleme için kütüphane
|
||||
# URL: http://id3lib.sourceforge.net/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on:
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=id3lib
|
||||
version=3.8.3
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
|
||||
http://downloads.nutyx.org/files/patchs/$name/patch_id3lib_3.8.3_UTF16_writing_bug.diff
|
||||
http://downloads.nutyx.org/files/patchs/$name/id3lib-3.8.3-CVE-2007-4460.patch
|
||||
http://downloads.nutyx.org/files/patchs/$name/id3lib-3.8.3-gcc-4.3.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -p1 -i ../patch_id3lib_3.8.3_UTF16_writing_bug.diff
|
||||
patch -p0 -i ../id3lib-3.8.3-CVE-2007-4460.patch
|
||||
patch -p1 -i ../id3lib-3.8.3-gcc-4.3.patch
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr
|
||||
sed -i -e 's/^LIBS =/LIBS = -lz -lstdc++/' src/Makefile
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: Real-time bandwidth usage information on a network interface
|
||||
# URL: http://www.ex-parrot.com/~pdw/iftop/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: libpcap, ncurses
|
||||
# Description: Real-time bandwidth usage information on a network interface
|
||||
# URL: http://www.ex-parrot.com/~pdw/iftop/
|
||||
# Packager: milisarge
|
||||
# Depends on: libpcap, ncurses
|
||||
|
||||
name=iftop
|
||||
version=1.0pre4
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: A library which implements a protocol for transmission of raster page images.
|
||||
# URL: http://www.linuxfoundation.org/collaborate/workgroups/openprinting
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on:
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=ijs
|
||||
version=0.35
|
||||
release=1
|
||||
|
||||
source=(http://www.openprinting.org/download/$name/download/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
|
@ -17,4 +16,3 @@ cd $name-$version
|
|||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Description: Base libraries from ILM for OpenEXR
|
||||
# URL: http://openexr.com/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=ilmbase
|
||||
version=2.2.0
|
||||
release=1
|
||||
|
||||
source=( http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
# build package
|
||||
cd $name-$version
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: An image viewing/manipulation program
|
||||
# Description: İmaj dosyaları için görüntüleme/düzenleme programı
|
||||
# URL: URL: http://www.imagemagick.org/
|
||||
# Packager: milisarge
|
||||
# Depends on: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre
|
||||
# Depends on: freetype ghostscript lcms libgsf giflib libxml2 openexr libwmf libpng librsvg libwebp djvulibre
|
||||
|
||||
name=imagemagick
|
||||
version=6.9.3-6
|
||||
|
@ -14,7 +14,7 @@ build () {
|
|||
|
||||
[ "`uname -m`" == "i686" ] && EXTRAOPTS="--with-gcc-arch=i686"
|
||||
[ "`uname -m`" == "x86_64" ] && EXTRAOPTS="--with-gcc-arch=x86-64"
|
||||
|
||||
|
||||
sed '/AC_PATH_XTRA/d' -i configure.ac
|
||||
|
||||
./configure --prefix=/usr \
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# Description: library for the management d'images of way more effective that imlib
|
||||
# URL: http://sourceforge.net/projects/enlightenment
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: aalib giflib xorg-libxext libtiff freetype xorg-libsm libpng libjpeg-turbo libid3tag
|
||||
# Packager: milisarge
|
||||
# Depends on: aalib giflib xorg-libxext libtiff freetype xorg-libsm libpng libjpeg-turbo libid3tag
|
||||
|
||||
name=imlib2
|
||||
version=1.4.7
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/enlightenment/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
case $(uname -m) in
|
||||
case $(uname -m) in
|
||||
i686)
|
||||
EXTRAOPTS="--disable-mmx";;
|
||||
x86_64)
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description : KDE PIM incidence editor
|
||||
# URL : https://community.kde.org/KDE_PIM
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules kf5-kdoctools boost eventviews
|
||||
# Description: KDE PIM incidence editor
|
||||
# URL: https://community.kde.org/KDE_PIM
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: kf5-extra-cmake-modules kf5-kdoctools boost eventviews
|
||||
|
||||
name=incidenceeditor
|
||||
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
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
# Description: The initd-tools package contains programs to install and remove LSB based bootscripts.
|
||||
# Description: The initd-tools package contains programs to install and remove LSB based bootscripts.
|
||||
# URL: http://people.freedesktop.org/~dbn/initd-tools/releases/initd-tools-0.1.3.tar.gz
|
||||
# Packager: berlius at nutyx dot com
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
|
||||
name=initd-tools
|
||||
version=0.1.3
|
||||
version=0.1.3
|
||||
release=1
|
||||
source=(http://people.freedesktop.org/~dbn/initd-tools/releases/$name-$version.tar.gz)
|
||||
|
||||
|
||||
build() {
|
||||
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/ --mandir=/usr/share/man
|
||||
|
||||
|
||||
./configure --prefix=/ --mandir=/usr/share/man
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Description: An open source SVG editor.
|
||||
# Description: Açık kaynaklı bir SVG editörü
|
||||
# URL: http://www.inkscape.org
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Huynh Ngoc Chau Tran, tran dot huynh at laposte dot net
|
||||
# Packager: milisarge
|
||||
# Depends on: gc boost gsl gtkmm intltool libxslt popt poppler lcms lcms2
|
||||
|
||||
name=inkscape
|
||||
|
@ -12,7 +11,7 @@ source=( https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-0.91.tar.
|
|||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -Np1 -i ../inkscape-0.91-testfiles-1.patch
|
||||
patch -Np1 -i ../inkscape-0.91-testfiles-1.patch
|
||||
CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: The internationalization tool collection
|
||||
# URL: http://freedesktop.org/wiki/Software/intltool
|
||||
# Packager: tnut at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on: perl-xml-parser,expat
|
||||
|
||||
name=intltool
|
||||
version=0.51.0
|
||||
release=1
|
||||
|
||||
source=(http://edge.launchpad.net/intltool/trunk/$version/+download/intltool-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Description: inxi sistem bilgi betigi
|
||||
# URL: http://inxi.org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
# Depends on:
|
||||
|
||||
name=inxi
|
||||
version=master
|
||||
release=1
|
||||
|
||||
source=(https://github.com/smxi/inxi/archive/master.tar.gz)
|
||||
|
||||
build(){
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Description: A Linux kernel packet filter control tool
|
||||
# URL: http://www.iptables.org/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
# Description: Linux çekirdeği paket filtreleme ve kontrol aracı
|
||||
# URL: http://www.iptables.org/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=iptables
|
||||
version=1.6.0
|
||||
release=1
|
||||
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
|
||||
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: Firmwares for wifi IPW2100 Intel Centrino
|
||||
# Description: IPW2100 Intel Centrino wifi için sürücüler
|
||||
# URL: http://ipw2100.sourceforge.net/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on:
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=ipw2100-fw
|
||||
version=1.3
|
||||
release=1
|
||||
|
||||
source=(http://downloads.nutyx.org/files/$name-$version.tgz)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: Firmware for wifi IPW2200 Intel Centrino
|
||||
# Description: IPW2200 Intel Centrino wifi için sürücüler
|
||||
# URL: http://ipw2200.sourceforge.net/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on:
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=ipw2200-fw
|
||||
version=3.1
|
||||
release=1
|
||||
|
||||
source=(http://downloads.nutyx.org/files/$name-$version.tgz)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: Irssi is a terminal based IRC client for UNIX systems.
|
||||
# Description: UNIX sistemler için terminal temelli IRC uygulaması
|
||||
# URL: http://irssi.org/
|
||||
# Packager: milisarge
|
||||
# Depends on: glib
|
||||
# Depends on: glib
|
||||
|
||||
name=irssi
|
||||
version=0.8.20
|
||||
release=1
|
||||
|
||||
source=(https://github.com/irssi-import/irssi/releases/download/$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Description: The ISO Codes package contains a list of country, language and currency names
|
||||
# URL: http://pkg-isocodes.alioth.debian.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=iso-codes
|
||||
version=3.65
|
||||
release=1
|
||||
|
||||
source=(http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Description: A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter.
|
||||
# Description: ISO imajlarini USB belleğe yazdırmak için usb-imagewriter temelli bir program
|
||||
# URL: https://github.com/papoteur-mga/isodumper
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: intltool imagemagick coreutils pango polkit procps-ng python-gtk python-cairo python-gobject2 libglade python dbus-python python-parted udisks2 xorg-term
|
||||
|
@ -6,7 +6,6 @@
|
|||
name=isodumper
|
||||
version=0.48
|
||||
release=1
|
||||
|
||||
source=( http://gitweb.mageia.org/software/isodumper/snapshot/$name-$version.tar.gz
|
||||
header.png
|
||||
header.svg)
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
# Description: CD/DVD Image Editor
|
||||
# Description: CD/DVD İmaj editörü
|
||||
# URL: http://www.littlesvr.ca/isomaster/
|
||||
# Packager: Chris Farrell, timcowchip at gmail dot com
|
||||
# Maintainer: Chris Farrell, timcowchip at gmail dot com
|
||||
# Packager: milisarge
|
||||
# Depends on: gtk2 desktop-file-utils harfbuzz atk gdk-pixbuf xorg-libx11 xorg-libxext xorg-libxrender xorg-libxdmcp xcb-proto xorg-proto xorg-libxau libxcb libpng freetype xorg-fontconfig xorg-pixman pango cairo pcre glib
|
||||
|
||||
name=isomaster
|
||||
version=1.3.13
|
||||
release=1
|
||||
|
||||
source=(http://littlesvr.ca/isomaster/releases/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
|
||||
make PREFIX=/usr
|
||||
|
||||
make PREFIX=/usr DESTDIR=$PKG install
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: XML to PO and back again
|
||||
# Description: XML ve PO uzantilari icin dönüştürücü
|
||||
# URL: http://itstool.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: docbook-xml docbook-xsl python
|
||||
# Packager: milisarge
|
||||
# Depends on: docbook-xml docbook-xsl python
|
||||
|
||||
name=itstool
|
||||
version=2.0.2
|
||||
release=1
|
||||
|
||||
source=(http://files.itstool.org/itstool/$name-$version.tar.bz2 )
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
# Description: A low-latency audio server
|
||||
# URL: http://jackaudio.org
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: db libsamplerate readline doxygen celt
|
||||
# Packager: milisarge
|
||||
# Depends on: db libsamplerate readline doxygen celt
|
||||
|
||||
_longname=jack-audio-connection-kit
|
||||
|
||||
name=jack
|
||||
version=0.124.1
|
||||
release=1
|
||||
|
||||
source=(http://jackaudio.org/downloads/${_longname}-$version.tar.gz
|
||||
jack-99-audio.conf
|
||||
jack-40-hpet-permissions.rules)
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Description: Jam is a software build tool.
|
||||
# URL: http://www.perforce.com/documentation/jam
|
||||
# Packager: tnut at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=jam
|
||||
version=2.5
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/project/ede/jam/2.5-haiku-20080327/jam-2.5-haiku-20080327.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
make
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Description: C library for encoding, decoding and manipulating JSON data.
|
||||
# URL: http://www.digip.org/jansson/
|
||||
# Packager: milisarge
|
||||
# Description: JSON verisini encode, decode etmek ve düzenlemek için C kütüphanesi
|
||||
# URL: http://www.digip.org/jansson/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=jansson
|
||||
|
@ -18,5 +18,5 @@ build() {
|
|||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Description: A software-based implementation of the codec specified in the emerging JPEG-2000 Part1 std
|
||||
# URL: http://www.ece.uvic.ca/~mdadams/jasper/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: libjpeg-turbo
|
||||
# Packager: milisarge
|
||||
# Depends on: libjpeg-turbo
|
||||
|
||||
name=jasper
|
||||
version=1.900.1
|
||||
release=1
|
||||
|
||||
source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip \
|
||||
http://www.linuxfromscratch.org/patches/blfs/svn/jasper-1.900.1-security_fixes-2.patch)
|
||||
|
||||
|
|
|
@ -1,25 +1,24 @@
|
|||
# Description: Joe's own editor, is a small text editor capable of emulating WordStar, Pico, and Emacs.
|
||||
# URL: http://downloads.sourceforge.net/joe-editor
|
||||
# Packager: berlius at nutyx dot com
|
||||
# Depends on:
|
||||
# Description: Joe's own editor, is a small text editor capable of emulating WordStar, Pico, and Emacs.
|
||||
# URL: http://downloads.sourceforge.net/joe-editor
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=joe
|
||||
version=4.1
|
||||
release=1
|
||||
|
||||
source=(http://downloads.sourceforge.net/joe-editor/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
|
||||
cd $name-$version
|
||||
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--docdir=/usr/share/doc/joe-4.1
|
||||
--docdir=/usr/share/doc/joe-4.1
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -vm 755 joe/util/{stringify,termidx,uniproc} $PKG/usr/bin
|
||||
install -vdm755 $PKG/usr/share/joe/util
|
||||
install -vm 755 joe/util/{stringify,termidx,uniproc} $PKG/usr/bin
|
||||
install -vdm755 $PKG/usr/share/joe/util
|
||||
install -vm 644 joe/util/{*.txt,README} $PKG/usr/share/joe/util
|
||||
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: John the Ripper is a fast password cracker
|
||||
# URL: http://www.openwall.com/john/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
# Description: John the Ripper hızlı bir şifre kırma yazılımıdır
|
||||
# URL: http://www.openwall.com/john/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=john
|
||||
_version=1.8.0-jumbo-1
|
||||
|
@ -12,12 +12,12 @@ source=(http://www.openwall.com/$name/j/$name-$_version.tar.xz)
|
|||
build() {
|
||||
|
||||
sed -i 's|/usr/libexec|/usr/lib|g' $name-$_version/src/params.h
|
||||
|
||||
|
||||
cd $name-$_version/src
|
||||
|
||||
|
||||
# fix compilation with gcc 5.x
|
||||
./configure CFLAGS=-std=gnu89
|
||||
|
||||
|
||||
make
|
||||
|
||||
install -d $PKG/usr/bin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Description: komut satirinda json parcalayici
|
||||
# URL: https://stedolan.github.io/jq/
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
# Depends on:
|
||||
|
||||
name=jq
|
||||
version=1.5
|
||||
|
@ -15,4 +15,3 @@ build() {
|
|||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Description: JavaScript interpreter and libraries
|
||||
# URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on: libffi nspr zip python
|
||||
|
||||
name=js1
|
||||
version=17.0.0
|
||||
release=1
|
||||
|
||||
source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$version.tar.gz )
|
||||
|
||||
build () {
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Description: JavaScript interpreter and libraries
|
||||
# URL: https://developer.mozilla.org/En/SpiderMonkey/1.8.5
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: milisarge
|
||||
# Depends on: libffi nspr zip python
|
||||
|
||||
name=js2
|
||||
version=24.2.0
|
||||
release=1
|
||||
|
||||
source=( http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$version.tar.bz2 )
|
||||
|
||||
build () {
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
# Description: A JSON implementation in C
|
||||
# URL: URL: https://github.com/json-c/json-c/wiki
|
||||
# NuTyX package info file (http://nutyx.org)
|
||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
||||
# Depends on:
|
||||
# URL: https://github.com/json-c/json-c/wiki
|
||||
# Packager: milisarge
|
||||
# Depends on:
|
||||
|
||||
name=json-c
|
||||
version=0.12
|
||||
release=1
|
||||
|
||||
source=(
|
||||
https://s3.amazonaws.com/${name}_releases/releases/$name-$version.tar.gz)
|
||||
source=(https://s3.amazonaws.com/${name}_releases/releases/$name-$version.tar.gz)
|
||||
|
||||
build(){
|
||||
cd $name-$version
|
||||
|
@ -16,9 +14,5 @@ build(){
|
|||
./configure --prefix=/usr \
|
||||
--disable-static
|
||||
make check
|
||||
make DESTDIR=$PKG install
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
||||
|
||||
# NuTyX Pkgfile (http://nutyx.org)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Description: Provide serialization and deserialization support for the JavaScript Object Notation
|
||||
# Description: Provide serialization and deserialization support for the JavaScript Object Notation
|
||||
# URL: http://live.gnome.org/JsonGlib
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: gobject-introspection
|
||||
# Packager: milisarge
|
||||
# Depends on: gobject-introspection
|
||||
|
||||
name=json-glib
|
||||
version=1.0.4
|
||||
release=1
|
||||
|
||||
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz )
|
||||
|
||||
build() {
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Description: JSON library
|
||||
# URL: http://jsoncpp.sourceforge.net/
|
||||
# Description: JSON C++ kütüphanesi
|
||||
# URL: http://jsoncpp.sourceforge.net/
|
||||
# Packager: milisarge
|
||||
# Depends on: scons
|
||||
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Description: The JUnit package contains a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include assertions for testing expected results, test fixtures for sharing common test data, and test runners for running tests.
|
||||
# Description: The JUnit package contains a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include assertions for testing expected results, test fixtures for sharing common test data, and test runners for running tests.
|
||||
# URL: http://junit.org/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: apache-ant unzip
|
||||
|
||||
description="Open source framework to write and run repeatable tests. It is an instance of the xUnit."
|
||||
name=junit
|
||||
version=4.12
|
||||
version=4.12
|
||||
release=1
|
||||
source=(https://github.com/junit-team/junit4/releases/download/r4.12/junit-4.12.jar
|
||||
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hamcrest/hamcrest-1.3.tgz)
|
||||
|
||||
|
||||
build() {
|
||||
cd hamcrest-1.3
|
||||
install -dm755 $PKG/usr/share/java/hamcrest
|
||||
|
@ -23,5 +22,5 @@ build() {
|
|||
install -D -m 644 $SRC/$name-$version.jar $PKG/usr/share/java/$name-$version.jar
|
||||
ln -s $name-$version.jar $PKG/usr/share/java/$name.jar
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Description: Joe's window manager which uses only Xlib at a minimum.
|
||||
# URL: http://joewing.net/programs/jwm/
|
||||
# Packager: milisarge
|
||||
# Maintainer: Joe Wingbermuehle <joewing at joewing at net>
|
||||
# Depends on: xorg xorg-libxt xorg-libxft xorg-libxmu xorg-mesa libpng libjpeg-turbo
|
||||
|
||||
name=jwm
|
||||
|
|
Loading…
Add table
Reference in a new issue