Merge pull request #242 from Ypnose/master

First wave of pkgs
This commit is contained in:
Juan RP 2013-12-30 11:34:54 -08:00
commit c9f91bacca
13 changed files with 59 additions and 87 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'acpi'
pkgname=acpi
version=1.7
revision=1
revision=2
build_style=gnu-configure
short_desc="Displays informations about ACPI devices (battery, thermal sensors and power)"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
@ -10,10 +10,6 @@ homepage="http://sourceforge.net/projects/acpiclient/"
distfiles="http://downloads.sourceforge.net/acpiclient/$pkgname-$version.tar.gz"
checksum=d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005
do_install() {
make DESTDIR=$DESTDIR install
}
acpi_package() {
pkg_install() {
vmove usr

View File

@ -1,7 +1,8 @@
# Template file for 'b43-fwcutter'
pkgname=b43-fwcutter
version=018
revision=1
revision=2
build_style=gnu-makefile
short_desc="Firmware extraction tool for Broadcom wireless driver"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL"
@ -9,10 +10,6 @@ homepage="http://wireless.kernel.org/en/users/Drivers/b43"
distfiles="http://bues.ch/b43/fwcutter/$pkgname-$version.tar.bz2"
checksum=57b069dcd1a369ceb457ca397aab470be9b3fc537f400d27244e060fd425638f
do_build() {
make PREFIX=/usr CC=$CC ${makejobs}
}
do_install() {
vinstall b43-fwcutter 755 usr/bin
vinstall b43-fwcutter.1 644 usr/share/man/man1
@ -20,6 +17,6 @@ do_install() {
b43-fwcutter_package() {
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -2,7 +2,7 @@
pkgname=conky-cli
_pkgname=conky
version=1.9.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-lua --disable-x11 --disable-xft --disable-imlib2
--disable-own-window --disable-xdamage --disable-double-buffer --enable-curl
@ -17,8 +17,7 @@ distfiles="${SOURCEFORGE_SITE}/${_pkgname}/${_pkgname}-${version}.tar.gz"
checksum=1de754d77b2671f68795fdb9fc506328a1668dd6ca00984c3f49790a66d368ca
wrksrc="${_pkgname}-${version}"
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall COPYING 644 usr/share/licenses/$_pkgname
}

View File

@ -1,7 +1,8 @@
# Template file for 'cwm-git'
pkgname=cwm-git
version=20131221
version=20131230
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config bison"
makedepends="fontconfig-devel libXft-devel libXinerama-devel libXrandr-devel libX11-devel"
short_desc="Lightweight and efficient window manager for X11"
@ -15,14 +16,13 @@ do_fetch() {
git clone ${url} ${pkgname}-${version}
}
do_build() {
pre_build() {
sed -i 's/^CPPFLAGS+=/CPPFLAGS=/' Makefile
sed -i 's/^LDFLAGS+=/LDFLAGS=/' Makefile
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall README 644 usr/share/doc/${pkgname}
}
cwm-git_package() {

View File

@ -1,7 +1,9 @@
# Template file for 'evilwm'
pkgname=evilwm
version=1.1.0
revision=1
revision=2
build_style=gnu-makefile
make_install_args="INSTALL_STRIP="
short_desc="A minimalist window manager for the X Window System"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
homepage="http://evilwm.sourceforge.net"
@ -10,12 +12,7 @@ distfiles="http://www.6809.org.uk/$pkgname/$pkgname-$version.tar.gz"
checksum=cdc763c875b64ee3734f3cb764249e91ec659f550177ec1bb564304260ef0c75
makedepends="libXrandr-devel"
do_build() {
make CC=$CC STRIP=$STRIP ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR INSTALL_STRIP= install
post_install() {
vinstall ${FILESDIR}/evilwm.desktop 644 usr/share/xsessions
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/$pkgname
}

View File

@ -1,7 +1,9 @@
# Template file for 'ii'
pkgname=ii
version=1.7
revision=1
revision=2
build_style=gnu-makefile
make_build_args="INCLUDES=-I. LIBS="
short_desc="Minimalist FIFO IRC client"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
@ -9,18 +11,12 @@ homepage="http://tools.suckless.org/ii"
distfiles="http://dl.suckless.org/tools/$pkgname-$version.tar.gz"
checksum=3a72ac6606d5560b625c062c71f135820e2214fed098e6d624fc40632dc7cc9c
do_build() {
sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
make CC=$CC
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
ii_package() {
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -1,34 +1,31 @@
# Template file for 'monsterwm-git'
pkgname=monsterwm-git
version=20130719
version=20131230
revision=1
makedepends="libX11-devel"
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS=-lX11"
short_desc="Minimal and lightweight dynamic tiling window manager"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="https://github.com/c00kiemon5ter/monsterwm"
do_fetch() {
local url="git://github.com/c00kiemon5ter/monsterwm"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
do_build() {
pre_build() {
cp ${FILESDIR}/config.h config.h
sed -i 's/CFLAGS =/CFLAGS +=/g' Makefile
sed -i 's/LDFLAGS =/LDFLAGS +=/g' Makefile
make CC=$CC INCS="-I." LIBS="-lX11" ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
monsterwm-git_package() {
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -1,7 +1,9 @@
# Template file for 'sic-git'
pkgname=sic-git
version=20130828
version=20131230
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS="
short_desc="Simple irc client"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
@ -13,18 +15,13 @@ do_fetch() {
git clone ${url} ${pkgname}-${version}
}
do_build() {
make CC=$CC INCS="-I." LIBS= ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/sic
vinstall README 644 usr/share/doc/sic
}
sic-git_package() {
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -1,7 +1,9 @@
# Template file for 'smu-git'
pkgname=smu-git
version=20131221
version=20131230
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS="
short_desc="Simple markup - markdown like syntax"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
@ -13,17 +15,12 @@ do_fetch() {
git clone ${url} ${pkgname}-${version}
}
do_build() {
make CC=$CC INCS="-I." LIBS= ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/smu
}
smu-git_package() {
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -1,32 +1,30 @@
# Template file for 'sxhkd-git'
pkgname=sxhkd-git
version=20131221
version=20131230
revision=1
build_style=gnu-makefile
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel"
short_desc="Simple X HotKey Daemon"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="BSD"
homepage="https://github.com/baskerville/sxhkd"
do_fetch() {
local url="git://github.com/baskerville/sxhkd"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
do_build() {
pre_build() {
sed -i 's/LIBS =/LIBS +=/g' Makefile
make CC=$CC INCS="-I." ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
sxhkd-git_package() {
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -1,7 +1,8 @@
# Template file for 'sxiv-git'
pkgname=sxiv-git
version=20131221
version=20131230
revision=1
build_style=gnu-makefile
makedepends="libX11-devel imlib2-devel giflib-devel"
short_desc="Simple X Image Viewer"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
@ -14,21 +15,17 @@ do_fetch() {
git clone ${url} ${pkgname}-${version}
}
do_build() {
pre_build() {
cp ${FILESDIR}/config.h config.h
sed -i 's/^CFLAGS =/CFLAGS +=/' Makefile
sed -i 's/^LDFLAGS =/LDFLAGS +=/' Makefile
make CC=$CC ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
sxiv-git_package() {
depends="desktop-file-utils"
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -1,7 +1,9 @@
# Template file for 'tabbed-git'
pkgname=tabbed-git
version=20131221
version=20131230
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS=-lX11"
makedepends="libX11-devel"
short_desc="Simple generic tabbed fronted to xembed aware applications"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
@ -14,16 +16,14 @@ do_fetch() {
git clone ${url} ${pkgname}-${version}
}
do_build() {
pre_build() {
cp ${FILESDIR}/config.h config.h
sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
make CC=$CC INCS="-I." LIBS="-lX11" ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
@ -31,6 +31,6 @@ tabbed-git_package() {
provides="tabbed-${version}"
replaces="tabbed>=0"
pkg_install() {
vmove usr
vmove all
}
}

View File

@ -1,9 +1,11 @@
# Template file for 'tabbed'
pkgname=tabbed
version=0.5
revision=2
revision=3
homepage="http://tools.suckless.org/tabbed/"
distfiles="http://dl.suckless.org/tools/$pkgname-$version.tar.gz"
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS=-lX11"
makedepends="libX11-devel"
short_desc="Tab interface for application supporting Xembed"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
@ -12,22 +14,21 @@ checksum=21226506761909fadebdd5fae0ff5149b9a378836fa515c45efbcbe504321fb9
long_desc="
tabbed is a simple tabbed X window container, for application supporting Xembed"
do_build() {
pre_build() {
cp ${FILESDIR}/config.h config.h
sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk
sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk
make CC=$CC INCS="-I." LIBS="-lX11" ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}
tabbed_package() {
provides="tabbed-${version}"
replaces="tabbed>=0"
pkg_install() {
vmove usr
vmove all
}
}