16abcdab67
apache: zlib aterm: xorg-libsm xorg-libxext conky: glib xorg-libxext cups-filters: cups evilwm: xorg-libxext geeqie: intltool gtk-engines: intltool gutenprint: ncurses readline lcms2: libjpeg-turbo zlib libpcap: eudev mc: ncurses mod_php: libxml2 xz mutt: ncurses mysql: ncurses openssl zlib nfs-utils: eudev ocaml: zlib php-fcgi: xz php-fpm: xz php: readline xz ruby: readline samba: talloc socat: ncurses sqlite3: ncurses sylpheed: openssl transmission-gtk: curl intltool
28 lines
769 B
Plaintext
28 lines
769 B
Plaintext
# Description: xterm replacement with transparency and fading
|
|
# URL: http://aterm.sourceforge.net
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
# Depends on: xorg-libxt xorg-font-misc-misc xorg-font-alias
|
|
|
|
name=aterm
|
|
version=1.0.1
|
|
release=3
|
|
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz
|
|
$name-fake_root.patch
|
|
$name-fkeys.patch
|
|
$name-$version-display-security-issue.patch)
|
|
|
|
build () {
|
|
cd aterm-$version
|
|
|
|
patch -p1 -i $SRC/$name-$version-display-security-issue.patch
|
|
patch -p1 -i $SRC/$name-fake_root.patch
|
|
patch -p1 -i $SRC/$name-fkeys.patch
|
|
|
|
cp autoconf/configure.in .
|
|
autoconf
|
|
autoheader
|
|
./configure --prefix=/usr --enable-fake-root
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|