This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#################### | |
### arch-compiz #### | |
version="20130814" # | |
### JustBrowsing ### | |
#################### | |
packerDepends="binutils wget ca-certificates jshon git pcre" | |
xorgDepends="xorg-server xorg-xinit xf86-video-fbdev xf86-video-vesa xf86-input-keyboard xf86-input-mouse mesa-libgl" | |
compileDepends="make gcc autoconf automake" |