Skip to content

Commit

Permalink
ports/libxtst: New port
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jul 5, 2024
1 parent da86ecd commit 3b88b51
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions recipes/libxtst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name=libxtst
version=1.2.4
revision=1
tarball_url="https://www.x.org/archive/individual/lib/libXtst-${version}.tar.gz"
tarball_blake2b="4d878d097bfd09857bf540732f4239dfb3a6e8773f153cf2fd38ab8e0500763c7bc974cc1bb5525e976a36bea7a9c1dd92934210be40b0fb1b1c181343bd20c5"
source_hostdeps="automake autoconf libtool pkg-config"
source_deps="xorg-util-macros"
hostdeps="gcc autoconf automake libtool pkg-config"
deps="core-libs xorg-proto libxext libxi libx11"

regenerate() {
autotools_recursive_regen
}

build() {
autotools_configure

make -j${parallelism}
}

package() {
DESTDIR="${dest_dir}" make install

post_package_strip
}

0 comments on commit 3b88b51

Please sign in to comment.