mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
links-x11 and suckless tabbed
This commit is contained in:
parent
ba894afe04
commit
659556d33f
26
links-x11/package.yml
Normal file
26
links-x11/package.yml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
name : links-x11
|
||||||
|
version : 2.20.2
|
||||||
|
release : 12
|
||||||
|
source :
|
||||||
|
- http://links.twibright.com/download/links-2.20.2.tar.bz2 : 4b4f07d0e6261118d1365a5a5bfa31e1eafdbd280cfae6f0e9eedfea51a2f424
|
||||||
|
license : GPL-2.0-or-later
|
||||||
|
component : network.web.browser
|
||||||
|
summary : A text WWW browser
|
||||||
|
description: |
|
||||||
|
A text WWW browser, similar to Lynx
|
||||||
|
builddeps :
|
||||||
|
- pkgconfig(libevent)
|
||||||
|
- pkgconfig(libpng)
|
||||||
|
- pkgconfig(libzstd)
|
||||||
|
- pkgconfig(x11)
|
||||||
|
- pkgconfig(xt)
|
||||||
|
- bzip2-devel
|
||||||
|
- gpm-devel
|
||||||
|
- librsvg-devel
|
||||||
|
setup : |
|
||||||
|
%patch -p1 < $pkgfiles/*.patch
|
||||||
|
%configure --enable-graphics --with-x --with-fb --x-includes=/usr/include/X11/ --x-libraries=/usr/lib64/X11/
|
||||||
|
build : |
|
||||||
|
%make
|
||||||
|
install : |
|
||||||
|
%make_install
|
17
tabbed/package.yml
Normal file
17
tabbed/package.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name : tabbed
|
||||||
|
version : 1
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- git|git://git.suckless.org/tabbed : master
|
||||||
|
license : GPL-2.0-or-later
|
||||||
|
summary : Insert summary here
|
||||||
|
description: |
|
||||||
|
Insert description here
|
||||||
|
builddeps :
|
||||||
|
- pkgconfig(xft)
|
||||||
|
rundeps :
|
||||||
|
- devil
|
||||||
|
build : |
|
||||||
|
%make
|
||||||
|
install : |
|
||||||
|
%make_install PREFIX=%PREFIX%
|
Loading…
Reference in a new issue