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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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